Shades of Razzle Dazzle Rose #DC2CC0
Tints of Razzle Dazzle Rose #DC2CC0
RGB
CMYK
RGB Variations
Color information
#DC2CC0 (or 0xDC2CC0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and C0. RGB value is (220,44,192). Sum of RGB (Red+Green+Blue) = 220+44+192=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CC0 is #23D33F. Grayscale: #717171. Windows color (decimal): -2347840 or 12594396. OLE color: 12594396.
HSL color Cylindrical-coordinate representation of color #DC2CC0: hue angle of 309.55º 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 #DC2CC0 is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 192 | - |
| CMYK | 0 | 0.8 | 0.13 | 0.14 |
| HSL | 309.55º | 0.72% | 0.52% | - |
| HSV(B) | 309.55º | 0.8% | 0.86% | - |
| XYZ | 39.93 | 20.82 | 51.78 | - |
| YUV | 113.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 192 | 0 | 0.8 | 0.13 | 0.14 | 309.55 | 0.72 | 0.52 |
| Hex | DC | 2C | C0 | 0 | 50 | D | E | 136 | 48 | 34 |
| Octal | 334 | 54 | 300 | 0 | 120 | 15 | 16 | 466 | 110 | 64 |
| Binary | 11011100 | 101100 | 11000000 | 0 | 1010000 | 1101 | 1110 | 100110110 | 1001000 | 110100 |
Color Harmonies of #DC2CC0
Complementary color
Monochromatic Colors of #DC2CC0
Black with #DC2CC0
Text Example
Text Example
White with #DC2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CC0; }
p { color: rgb(220,44,192); }
H1.HeaderClassName
{
color: #DC2CC0;
}
.AnyTagClassName
{
color: #DC2CC0;
}
</style>
background-color css
<style>
a { background-color: #DC2CC0; }
a { background-color: rgb(220,44,192); }
div.DivClassName
{
background-color: #DC2CC0;
}
.BgClassName
{
background-color: #DC2CC0;
}
</style>
border-color css
<style>
span { border-color: #DC2CC0; }
span { border-color: rgb(220,44,192); }
td.TdClassName
{
border-color: #DC2CC0;
}
.TagClassName
{
border-color: #DC2CC0;
}
</style>