#DC38BB

Color #DC38BB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DC38BB

Tints of Razzle Dazzle Rose #DC38BB

Color information

#DC38BB (or 0xDC38BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 38 and BB. RGB value is (220,56,187). Sum of RGB (Red+Green+Blue) = 220+56+187=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38BB is #23C744. Grayscale: #777777. Windows color (decimal): -2344773 or 12269788. OLE color: 12269788.

HSL color Cylindrical-coordinate representation of color #DC38BB: hue angle of 312.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38BB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB22056187-
CMYK00.750.150.14
HSL312.07º70.09%54.12%-
HSV(B)312.07º74.55%86.27%-
XYZ39.921.6349.09-
YUV119.97165.83199.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 56 (22.27% from 255) = 12.10%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=47.52%
G=12.10%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205618700.750.150.14312.0770.0954.12
HexDC38BB04BFE1384636
Octal334702730113171647010666
Binary110111001110001011101101001011111111101001110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC38BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC38BB; }

 p { color: rgb(220,56,187); }

 H1.HeaderClassName
 {
   color: #DC38BB;
 }
 .AnyTagClassName
 {
   color: #DC38BB;
 }
</style>
background-color css

<style>
 a { background-color: #DC38BB; }

 a { background-color: rgb(220,56,187); }

 div.DivClassName
 {
   background-color: #DC38BB;
 }
 .BgClassName
 {
   background-color: #DC38BB;
 }
</style>
border-color css

<style>
 span { border-color: #DC38BB; }

 span { border-color: rgb(220,56,187); }

 td.TdClassName
 {
   border-color: #DC38BB;
 }
 .TagClassName
 {
   border-color: #DC38BB;
 }
</style>