Shades of Razzle Dazzle Rose #DC2BC8
Tints of Razzle Dazzle Rose #DC2BC8
RGB
CMYK
RGB Variations
Color information
#DC2BC8 (or 0xDC2BC8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and C8. RGB value is (220,43,200). Sum of RGB (Red+Green+Blue) = 220+43+200=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BC8 is #23D437. Grayscale: #717171. Windows color (decimal): -2348088 or 13118428. OLE color: 13118428.
HSL color Cylindrical-coordinate representation of color #DC2BC8: hue angle of 306.78º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2BC8 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 200 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.14 |
| HSL | 306.78º | 0.72% | 0.52% | - |
| HSV(B) | 306.78º | 0.8% | 0.86% | - |
| XYZ | 40.8 | 21.11 | 56.57 | - |
| YUV | 113.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 200 | 0 | 0.80 | 0.09 | 0.14 | 306.78 | 0.72 | 0.52 |
| Hex | DC | 2B | C8 | 0 | 50 | 9 | E | 133 | 48 | 34 |
| Octal | 334 | 53 | 310 | 0 | 120 | 11 | 16 | 463 | 110 | 64 |
| Binary | 11011100 | 101011 | 11001000 | 0 | 1010000 | 1001 | 1110 | 100110011 | 1001000 | 110100 |
Color Harmonies of #DC2BC8
Complementary color
Monochromatic Colors of #DC2BC8
Black with #DC2BC8
Text Example
Text Example
White with #DC2BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BC8; }
p { color: rgb(220,43,200); }
H1.HeaderClassName
{
color: #DC2BC8;
}
.AnyTagClassName
{
color: #DC2BC8;
}
</style>
background-color css
<style>
a { background-color: #DC2BC8; }
a { background-color: rgb(220,43,200); }
div.DivClassName
{
background-color: #DC2BC8;
}
.BgClassName
{
background-color: #DC2BC8;
}
</style>
border-color css
<style>
span { border-color: #DC2BC8; }
span { border-color: rgb(220,43,200); }
td.TdClassName
{
border-color: #DC2BC8;
}
.TagClassName
{
border-color: #DC2BC8;
}
</style>