Shades of Razzle Dazzle Rose #DC2BC6
Tints of Razzle Dazzle Rose #DC2BC6
RGB
CMYK
RGB Variations
Color information
#DC2BC6 (or 0xDC2BC6) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and C6. RGB value is (220,43,198). Sum of RGB (Red+Green+Blue) = 220+43+198=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BC6 is #23D439. Grayscale: #717171. Windows color (decimal): -2348090 or 12987356. OLE color: 12987356.
HSL color Cylindrical-coordinate representation of color #DC2BC6: hue angle of 307.46º 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 #DC2BC6 is Cyan = 0, Magento = 0.80, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 198 | - |
| CMYK | 0 | 0.80 | 0.1 | 0.14 |
| HSL | 307.46º | 0.72% | 0.52% | - |
| HSV(B) | 307.46º | 0.8% | 0.86% | - |
| XYZ | 40.57 | 21.02 | 55.35 | - |
| YUV | 113.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 198 | 0 | 0.80 | 0.1 | 0.14 | 307.46 | 0.72 | 0.52 |
| Hex | DC | 2B | C6 | 0 | 50 | A | E | 133 | 48 | 34 |
| Octal | 334 | 53 | 306 | 0 | 120 | 12 | 16 | 463 | 110 | 64 |
| Binary | 11011100 | 101011 | 11000110 | 0 | 1010000 | 1010 | 1110 | 100110011 | 1001000 | 110100 |
Color Harmonies of #DC2BC6
Complementary color
Monochromatic Colors of #DC2BC6
Black with #DC2BC6
Text Example
Text Example
White with #DC2BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BC6; }
p { color: rgb(220,43,198); }
H1.HeaderClassName
{
color: #DC2BC6;
}
.AnyTagClassName
{
color: #DC2BC6;
}
</style>
background-color css
<style>
a { background-color: #DC2BC6; }
a { background-color: rgb(220,43,198); }
div.DivClassName
{
background-color: #DC2BC6;
}
.BgClassName
{
background-color: #DC2BC6;
}
</style>
border-color css
<style>
span { border-color: #DC2BC6; }
span { border-color: rgb(220,43,198); }
td.TdClassName
{
border-color: #DC2BC6;
}
.TagClassName
{
border-color: #DC2BC6;
}
</style>