Shades of Razzle Dazzle Rose #DC2AC8
Tints of Razzle Dazzle Rose #DC2AC8
RGB
CMYK
RGB Variations
Color information
#DC2AC8 (or 0xDC2AC8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and C8. RGB value is (220,42,200). Sum of RGB (Red+Green+Blue) = 220+42+200=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AC8 is #23D537. Grayscale: #707070. Windows color (decimal): -2348344 or 13118172. OLE color: 13118172.
HSL color Cylindrical-coordinate representation of color #DC2AC8: hue angle of 306.74º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AC8 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 200 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.14 |
| HSL | 306.74º | 0.72% | 0.51% | - |
| HSV(B) | 306.74º | 0.81% | 0.86% | - |
| XYZ | 40.77 | 21.04 | 56.56 | - |
| YUV | 113.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 200 | 0 | 0.81 | 0.09 | 0.14 | 306.74 | 0.72 | 0.51 |
| Hex | DC | 2A | C8 | 0 | 51 | 9 | E | 133 | 48 | 33 |
| Octal | 334 | 52 | 310 | 0 | 121 | 11 | 16 | 463 | 110 | 63 |
| Binary | 11011100 | 101010 | 11001000 | 0 | 1010001 | 1001 | 1110 | 100110011 | 1001000 | 110011 |
Color Harmonies of #DC2AC8
Complementary color
Monochromatic Colors of #DC2AC8
Black with #DC2AC8
Text Example
Text Example
White with #DC2AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AC8; }
p { color: rgb(220,42,200); }
H1.HeaderClassName
{
color: #DC2AC8;
}
.AnyTagClassName
{
color: #DC2AC8;
}
</style>
background-color css
<style>
a { background-color: #DC2AC8; }
a { background-color: rgb(220,42,200); }
div.DivClassName
{
background-color: #DC2AC8;
}
.BgClassName
{
background-color: #DC2AC8;
}
</style>
border-color css
<style>
span { border-color: #DC2AC8; }
span { border-color: rgb(220,42,200); }
td.TdClassName
{
border-color: #DC2AC8;
}
.TagClassName
{
border-color: #DC2AC8;
}
</style>