Shades of Razzle Dazzle Rose #DC2DC9
Tints of Razzle Dazzle Rose #DC2DC9
RGB
CMYK
RGB Variations
Color information
#DC2DC9 (or 0xDC2DC9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and C9. RGB value is (220,45,201). Sum of RGB (Red+Green+Blue) = 220+45+201=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DC9 is #23D236. Grayscale: #727272. Windows color (decimal): -2347575 or 13184476. OLE color: 13184476.
HSL color Cylindrical-coordinate representation of color #DC2DC9: hue angle of 306.51º degrees, saturation: 0.71, 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 #DC2DC9 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 201 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.14 |
| HSL | 306.51º | 0.71% | 0.52% | - |
| HSV(B) | 306.51º | 0.8% | 0.86% | - |
| XYZ | 41 | 21.31 | 57.21 | - |
| YUV | 115.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 201 | 0 | 0.80 | 0.09 | 0.14 | 306.51 | 0.71 | 0.52 |
| Hex | DC | 2D | C9 | 0 | 50 | 9 | E | 133 | 47 | 34 |
| Octal | 334 | 55 | 311 | 0 | 120 | 11 | 16 | 463 | 107 | 64 |
| Binary | 11011100 | 101101 | 11001001 | 0 | 1010000 | 1001 | 1110 | 100110011 | 1000111 | 110100 |
Color Harmonies of #DC2DC9
Complementary color
Monochromatic Colors of #DC2DC9
Black with #DC2DC9
Text Example
Text Example
White with #DC2DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DC9; }
p { color: rgb(220,45,201); }
H1.HeaderClassName
{
color: #DC2DC9;
}
.AnyTagClassName
{
color: #DC2DC9;
}
</style>
background-color css
<style>
a { background-color: #DC2DC9; }
a { background-color: rgb(220,45,201); }
div.DivClassName
{
background-color: #DC2DC9;
}
.BgClassName
{
background-color: #DC2DC9;
}
</style>
border-color css
<style>
span { border-color: #DC2DC9; }
span { border-color: rgb(220,45,201); }
td.TdClassName
{
border-color: #DC2DC9;
}
.TagClassName
{
border-color: #DC2DC9;
}
</style>