Shades of Razzle Dazzle Rose #DC39C6
Tints of Razzle Dazzle Rose #DC39C6
RGB
CMYK
RGB Variations
Color information
#DC39C6 (or 0xDC39C6) is known color: Razzle Dazzle Rose. HEX triplet: DC, 39 and C6. RGB value is (220,57,198). Sum of RGB (Red+Green+Blue) = 220+57+198=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC39C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC39C6 is #23C639. Grayscale: #797979. Windows color (decimal): -2344506 or 12990940. OLE color: 12990940.
HSL color Cylindrical-coordinate representation of color #DC39C6: hue angle of 308.1º 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 #DC39C6 is Cyan = 0, Magento = 0.74, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 198 | - |
| CMYK | 0 | 0.74 | 0.1 | 0.14 |
| HSL | 308.1º | 0.7% | 0.54% | - |
| HSV(B) | 308.1º | 0.74% | 0.86% | - |
| XYZ | 41.17 | 22.22 | 55.54 | - |
| YUV | 121.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 198 | 0 | 0.74 | 0.1 | 0.14 | 308.1 | 0.7 | 0.54 |
| Hex | DC | 39 | C6 | 0 | 4A | A | E | 134 | 46 | 36 |
| Octal | 334 | 71 | 306 | 0 | 112 | 12 | 16 | 464 | 106 | 66 |
| Binary | 11011100 | 111001 | 11000110 | 0 | 1001010 | 1010 | 1110 | 100110100 | 1000110 | 110110 |
Color Harmonies of #DC39C6
Complementary color
Monochromatic Colors of #DC39C6
Black with #DC39C6
Text Example
Text Example
White with #DC39C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC39C6; }
p { color: rgb(220,57,198); }
H1.HeaderClassName
{
color: #DC39C6;
}
.AnyTagClassName
{
color: #DC39C6;
}
</style>
background-color css
<style>
a { background-color: #DC39C6; }
a { background-color: rgb(220,57,198); }
div.DivClassName
{
background-color: #DC39C6;
}
.BgClassName
{
background-color: #DC39C6;
}
</style>
border-color css
<style>
span { border-color: #DC39C6; }
span { border-color: rgb(220,57,198); }
td.TdClassName
{
border-color: #DC39C6;
}
.TagClassName
{
border-color: #DC39C6;
}
</style>