Shades of Razzle Dazzle Rose #DC2CCD
Tints of Razzle Dazzle Rose #DC2CCD
RGB
CMYK
RGB Variations
Color information
#DC2CCD (or 0xDC2CCD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and CD. RGB value is (220,44,205). Sum of RGB (Red+Green+Blue) = 220+44+205=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CCD is #23D332. Grayscale: #727272. Windows color (decimal): -2347827 or 13446364. OLE color: 13446364.
HSL color Cylindrical-coordinate representation of color #DC2CCD: hue angle of 305.11º 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 #DC2CCD is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 205 | - |
| CMYK | 0 | 0.8 | 0.07 | 0.14 |
| HSL | 305.11º | 0.72% | 0.52% | - |
| HSV(B) | 305.11º | 0.8% | 0.86% | - |
| XYZ | 41.44 | 21.42 | 59.71 | - |
| YUV | 114.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 205 | 0 | 0.8 | 0.07 | 0.14 | 305.11 | 0.72 | 0.52 |
| Hex | DC | 2C | CD | 0 | 50 | 7 | E | 131 | 48 | 34 |
| Octal | 334 | 54 | 315 | 0 | 120 | 7 | 16 | 461 | 110 | 64 |
| Binary | 11011100 | 101100 | 11001101 | 0 | 1010000 | 111 | 1110 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DC2CCD
Complementary color
Monochromatic Colors of #DC2CCD
Black with #DC2CCD
Text Example
Text Example
White with #DC2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CCD; }
p { color: rgb(220,44,205); }
H1.HeaderClassName
{
color: #DC2CCD;
}
.AnyTagClassName
{
color: #DC2CCD;
}
</style>
background-color css
<style>
a { background-color: #DC2CCD; }
a { background-color: rgb(220,44,205); }
div.DivClassName
{
background-color: #DC2CCD;
}
.BgClassName
{
background-color: #DC2CCD;
}
</style>
border-color css
<style>
span { border-color: #DC2CCD; }
span { border-color: rgb(220,44,205); }
td.TdClassName
{
border-color: #DC2CCD;
}
.TagClassName
{
border-color: #DC2CCD;
}
</style>