Shades of Razzle Dazzle Rose #DC2CCC
Tints of Razzle Dazzle Rose #DC2CCC
RGB
CMYK
RGB Variations
Color information
#DC2CCC (or 0xDC2CCC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and CC. RGB value is (220,44,204). Sum of RGB (Red+Green+Blue) = 220+44+204=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CCC is #23D333. Grayscale: #727272. Windows color (decimal): -2347828 or 13380828. OLE color: 13380828.
HSL color Cylindrical-coordinate representation of color #DC2CCC: hue angle of 305.45º 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 #DC2CCC is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 204 | - |
| CMYK | 0 | 0.8 | 0.07 | 0.14 |
| HSL | 305.45º | 0.72% | 0.52% | - |
| HSV(B) | 305.45º | 0.8% | 0.86% | - |
| XYZ | 41.31 | 21.38 | 59.08 | - |
| YUV | 114.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 204 | 0 | 0.8 | 0.07 | 0.14 | 305.45 | 0.72 | 0.52 |
| Hex | DC | 2C | CC | 0 | 50 | 7 | E | 131 | 48 | 34 |
| Octal | 334 | 54 | 314 | 0 | 120 | 7 | 16 | 461 | 110 | 64 |
| Binary | 11011100 | 101100 | 11001100 | 0 | 1010000 | 111 | 1110 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DC2CCC
Complementary color
Monochromatic Colors of #DC2CCC
Black with #DC2CCC
Text Example
Text Example
White with #DC2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CCC; }
p { color: rgb(220,44,204); }
H1.HeaderClassName
{
color: #DC2CCC;
}
.AnyTagClassName
{
color: #DC2CCC;
}
</style>
background-color css
<style>
a { background-color: #DC2CCC; }
a { background-color: rgb(220,44,204); }
div.DivClassName
{
background-color: #DC2CCC;
}
.BgClassName
{
background-color: #DC2CCC;
}
</style>
border-color css
<style>
span { border-color: #DC2CCC; }
span { border-color: rgb(220,44,204); }
td.TdClassName
{
border-color: #DC2CCC;
}
.TagClassName
{
border-color: #DC2CCC;
}
</style>