Shades of Razzle Dazzle Rose #DC3BB8
Tints of Razzle Dazzle Rose #DC3BB8
RGB
CMYK
RGB Variations
Color information
#DC3BB8 (or 0xDC3BB8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3B and B8. RGB value is (220,59,184). Sum of RGB (Red+Green+Blue) = 220+59+184=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3BB8 is #23C447. Grayscale: #797979. Windows color (decimal): -2344008 or 12073948. OLE color: 12073948.
HSL color Cylindrical-coordinate representation of color #DC3BB8: hue angle of 313.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BB8 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 184 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.14 |
| HSL | 313.42º | 0.7% | 0.55% | - |
| HSV(B) | 313.42º | 0.73% | 0.86% | - |
| XYZ | 39.73 | 21.8 | 47.46 | - |
| YUV | 121.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 184 | 0 | 0.73 | 0.16 | 0.14 | 313.42 | 0.7 | 0.55 |
| Hex | DC | 3B | B8 | 0 | 49 | 10 | E | 139 | 46 | 37 |
| Octal | 334 | 73 | 270 | 0 | 111 | 20 | 16 | 471 | 106 | 67 |
| Binary | 11011100 | 111011 | 10111000 | 0 | 1001001 | 10000 | 1110 | 100111001 | 1000110 | 110111 |
Color Harmonies of #DC3BB8
Complementary color
Monochromatic Colors of #DC3BB8
Black with #DC3BB8
Text Example
Text Example
White with #DC3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BB8; }
p { color: rgb(220,59,184); }
H1.HeaderClassName
{
color: #DC3BB8;
}
.AnyTagClassName
{
color: #DC3BB8;
}
</style>
background-color css
<style>
a { background-color: #DC3BB8; }
a { background-color: rgb(220,59,184); }
div.DivClassName
{
background-color: #DC3BB8;
}
.BgClassName
{
background-color: #DC3BB8;
}
</style>
border-color css
<style>
span { border-color: #DC3BB8; }
span { border-color: rgb(220,59,184); }
td.TdClassName
{
border-color: #DC3BB8;
}
.TagClassName
{
border-color: #DC3BB8;
}
</style>