Shades of Razzle Dazzle Rose #DC37CC
Tints of Razzle Dazzle Rose #DC37CC
RGB
CMYK
RGB Variations
Color information
#DC37CC (or 0xDC37CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and CC. RGB value is (220,55,204). Sum of RGB (Red+Green+Blue) = 220+55+204=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37CC is #23C833. Grayscale: #787878. Windows color (decimal): -2345012 or 13383644. OLE color: 13383644.
HSL color Cylindrical-coordinate representation of color #DC37CC: hue angle of 305.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37CC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 204 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.14 |
| HSL | 305.82º | 0.7% | 0.54% | - |
| HSV(B) | 305.82º | 0.75% | 0.86% | - |
| XYZ | 41.78 | 22.31 | 59.23 | - |
| YUV | 121.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 204 | 0 | 0.75 | 0.07 | 0.14 | 305.82 | 0.7 | 0.54 |
| Hex | DC | 37 | CC | 0 | 4B | 7 | E | 132 | 46 | 36 |
| Octal | 334 | 67 | 314 | 0 | 113 | 7 | 16 | 462 | 106 | 66 |
| Binary | 11011100 | 110111 | 11001100 | 0 | 1001011 | 111 | 1110 | 100110010 | 1000110 | 110110 |
Color Harmonies of #DC37CC
Complementary color
Monochromatic Colors of #DC37CC
Black with #DC37CC
Text Example
Text Example
White with #DC37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37CC; }
p { color: rgb(220,55,204); }
H1.HeaderClassName
{
color: #DC37CC;
}
.AnyTagClassName
{
color: #DC37CC;
}
</style>
background-color css
<style>
a { background-color: #DC37CC; }
a { background-color: rgb(220,55,204); }
div.DivClassName
{
background-color: #DC37CC;
}
.BgClassName
{
background-color: #DC37CC;
}
</style>
border-color css
<style>
span { border-color: #DC37CC; }
span { border-color: rgb(220,55,204); }
td.TdClassName
{
border-color: #DC37CC;
}
.TagClassName
{
border-color: #DC37CC;
}
</style>