Shades of Razzle Dazzle Rose #DC2ACC
Tints of Razzle Dazzle Rose #DC2ACC
RGB
CMYK
RGB Variations
Color information
#DC2ACC (or 0xDC2ACC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and CC. RGB value is (220,42,204). Sum of RGB (Red+Green+Blue) = 220+42+204=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ACC is #23D533. Grayscale: #717171. Windows color (decimal): -2348340 or 13380316. OLE color: 13380316.
HSL color Cylindrical-coordinate representation of color #DC2ACC: hue angle of 305.39º 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 #DC2ACC is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 204 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.14 |
| HSL | 305.39º | 0.72% | 0.51% | - |
| HSV(B) | 305.39º | 0.81% | 0.86% | - |
| XYZ | 41.24 | 21.23 | 59.05 | - |
| YUV | 113.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 204 | 0 | 0.81 | 0.07 | 0.14 | 305.39 | 0.72 | 0.51 |
| Hex | DC | 2A | CC | 0 | 51 | 7 | E | 131 | 48 | 33 |
| Octal | 334 | 52 | 314 | 0 | 121 | 7 | 16 | 461 | 110 | 63 |
| Binary | 11011100 | 101010 | 11001100 | 0 | 1010001 | 111 | 1110 | 100110001 | 1001000 | 110011 |
Color Harmonies of #DC2ACC
Complementary color
Monochromatic Colors of #DC2ACC
Black with #DC2ACC
Text Example
Text Example
White with #DC2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2ACC; }
p { color: rgb(220,42,204); }
H1.HeaderClassName
{
color: #DC2ACC;
}
.AnyTagClassName
{
color: #DC2ACC;
}
</style>
background-color css
<style>
a { background-color: #DC2ACC; }
a { background-color: rgb(220,42,204); }
div.DivClassName
{
background-color: #DC2ACC;
}
.BgClassName
{
background-color: #DC2ACC;
}
</style>
border-color css
<style>
span { border-color: #DC2ACC; }
span { border-color: rgb(220,42,204); }
td.TdClassName
{
border-color: #DC2ACC;
}
.TagClassName
{
border-color: #DC2ACC;
}
</style>