Shades of Razzle Dazzle Rose #DC2CC6
Tints of Razzle Dazzle Rose #DC2CC6
RGB
CMYK
RGB Variations
Color information
#DC2CC6 (or 0xDC2CC6) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and C6. RGB value is (220,44,198). Sum of RGB (Red+Green+Blue) = 220+44+198=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CC6 is #23D339. Grayscale: #717171. Windows color (decimal): -2347834 or 12987612. OLE color: 12987612.
HSL color Cylindrical-coordinate representation of color #DC2CC6: hue angle of 307.5º degrees, saturation: 0.72, 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 #DC2CC6 is Cyan = 0, Magento = 0.8, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 198 | - |
| CMYK | 0 | 0.8 | 0.1 | 0.14 |
| HSL | 307.5º | 0.72% | 0.52% | - |
| HSV(B) | 307.5º | 0.8% | 0.86% | - |
| XYZ | 40.61 | 21.09 | 55.36 | - |
| YUV | 114.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 198 | 0 | 0.8 | 0.1 | 0.14 | 307.5 | 0.72 | 0.52 |
| Hex | DC | 2C | C6 | 0 | 50 | A | E | 134 | 48 | 34 |
| Octal | 334 | 54 | 306 | 0 | 120 | 12 | 16 | 464 | 110 | 64 |
| Binary | 11011100 | 101100 | 11000110 | 0 | 1010000 | 1010 | 1110 | 100110100 | 1001000 | 110100 |
Color Harmonies of #DC2CC6
Complementary color
Monochromatic Colors of #DC2CC6
Black with #DC2CC6
Text Example
Text Example
White with #DC2CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CC6; }
p { color: rgb(220,44,198); }
H1.HeaderClassName
{
color: #DC2CC6;
}
.AnyTagClassName
{
color: #DC2CC6;
}
</style>
background-color css
<style>
a { background-color: #DC2CC6; }
a { background-color: rgb(220,44,198); }
div.DivClassName
{
background-color: #DC2CC6;
}
.BgClassName
{
background-color: #DC2CC6;
}
</style>
border-color css
<style>
span { border-color: #DC2CC6; }
span { border-color: rgb(220,44,198); }
td.TdClassName
{
border-color: #DC2CC6;
}
.TagClassName
{
border-color: #DC2CC6;
}
</style>