Shades of Razzle Dazzle Rose #DC2DC8
Tints of Razzle Dazzle Rose #DC2DC8
RGB
CMYK
RGB Variations
Color information
#DC2DC8 (or 0xDC2DC8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and C8. RGB value is (220,45,200). Sum of RGB (Red+Green+Blue) = 220+45+200=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DC8 is #23D237. Grayscale: #727272. Windows color (decimal): -2347576 or 13118940. OLE color: 13118940.
HSL color Cylindrical-coordinate representation of color #DC2DC8: hue angle of 306.86º 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 #DC2DC8 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 200 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.14 |
| HSL | 306.86º | 0.71% | 0.52% | - |
| HSV(B) | 306.86º | 0.8% | 0.86% | - |
| XYZ | 40.88 | 21.26 | 56.59 | - |
| YUV | 115 | 175.98 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 200 | 0 | 0.80 | 0.09 | 0.14 | 306.86 | 0.71 | 0.52 |
| Hex | DC | 2D | C8 | 0 | 50 | 9 | E | 133 | 47 | 34 |
| Octal | 334 | 55 | 310 | 0 | 120 | 11 | 16 | 463 | 107 | 64 |
| Binary | 11011100 | 101101 | 11001000 | 0 | 1010000 | 1001 | 1110 | 100110011 | 1000111 | 110100 |
Color Harmonies of #DC2DC8
Complementary color
Monochromatic Colors of #DC2DC8
Black with #DC2DC8
Text Example
Text Example
White with #DC2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DC8; }
p { color: rgb(220,45,200); }
H1.HeaderClassName
{
color: #DC2DC8;
}
.AnyTagClassName
{
color: #DC2DC8;
}
</style>
background-color css
<style>
a { background-color: #DC2DC8; }
a { background-color: rgb(220,45,200); }
div.DivClassName
{
background-color: #DC2DC8;
}
.BgClassName
{
background-color: #DC2DC8;
}
</style>
border-color css
<style>
span { border-color: #DC2DC8; }
span { border-color: rgb(220,45,200); }
td.TdClassName
{
border-color: #DC2DC8;
}
.TagClassName
{
border-color: #DC2DC8;
}
</style>