Shades of Razzle Dazzle Rose #DC39C2
Tints of Razzle Dazzle Rose #DC39C2
RGB
CMYK
RGB Variations
Color information
#DC39C2 (or 0xDC39C2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 39 and C2. RGB value is (220,57,194). Sum of RGB (Red+Green+Blue) = 220+57+194=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC39C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC39C2 is #23C63D. Grayscale: #787878. Windows color (decimal): -2344510 or 12728796. OLE color: 12728796.
HSL color Cylindrical-coordinate representation of color #DC39C2: hue angle of 309.57º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC39C2 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 194 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.14 |
| HSL | 309.57º | 0.7% | 0.54% | - |
| HSV(B) | 309.57º | 0.74% | 0.86% | - |
| XYZ | 40.72 | 22.04 | 53.15 | - |
| YUV | 121.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 194 | 0 | 0.74 | 0.12 | 0.14 | 309.57 | 0.7 | 0.54 |
| Hex | DC | 39 | C2 | 0 | 4A | C | E | 136 | 46 | 36 |
| Octal | 334 | 71 | 302 | 0 | 112 | 14 | 16 | 466 | 106 | 66 |
| Binary | 11011100 | 111001 | 11000010 | 0 | 1001010 | 1100 | 1110 | 100110110 | 1000110 | 110110 |
Color Harmonies of #DC39C2
Complementary color
Monochromatic Colors of #DC39C2
Black with #DC39C2
Text Example
Text Example
White with #DC39C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC39C2; }
p { color: rgb(220,57,194); }
H1.HeaderClassName
{
color: #DC39C2;
}
.AnyTagClassName
{
color: #DC39C2;
}
</style>
background-color css
<style>
a { background-color: #DC39C2; }
a { background-color: rgb(220,57,194); }
div.DivClassName
{
background-color: #DC39C2;
}
.BgClassName
{
background-color: #DC39C2;
}
</style>
border-color css
<style>
span { border-color: #DC39C2; }
span { border-color: rgb(220,57,194); }
td.TdClassName
{
border-color: #DC39C2;
}
.TagClassName
{
border-color: #DC39C2;
}
</style>