Shades of Razzle Dazzle Rose #DC2BCC
Tints of Razzle Dazzle Rose #DC2BCC
RGB
CMYK
RGB Variations
Color information
#DC2BCC (or 0xDC2BCC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2B and CC. RGB value is (220,43,204). Sum of RGB (Red+Green+Blue) = 220+43+204=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BCC is #23D433. Grayscale: #717171. Windows color (decimal): -2348084 or 13380572. OLE color: 13380572.
HSL color Cylindrical-coordinate representation of color #DC2BCC: hue angle of 305.42º 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 #DC2BCC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 204 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.42º | 0.72% | 0.52% | - |
| HSV(B) | 305.42º | 0.8% | 0.86% | - |
| XYZ | 41.28 | 21.3 | 59.06 | - |
| YUV | 114.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 204 | 0 | 0.80 | 0.07 | 0.14 | 305.42 | 0.72 | 0.52 |
| Hex | DC | 2B | CC | 0 | 50 | 7 | E | 131 | 48 | 34 |
| Octal | 334 | 53 | 314 | 0 | 120 | 7 | 16 | 461 | 110 | 64 |
| Binary | 11011100 | 101011 | 11001100 | 0 | 1010000 | 111 | 1110 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DC2BCC
Complementary color
Monochromatic Colors of #DC2BCC
Black with #DC2BCC
Text Example
Text Example
White with #DC2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BCC; }
p { color: rgb(220,43,204); }
H1.HeaderClassName
{
color: #DC2BCC;
}
.AnyTagClassName
{
color: #DC2BCC;
}
</style>
background-color css
<style>
a { background-color: #DC2BCC; }
a { background-color: rgb(220,43,204); }
div.DivClassName
{
background-color: #DC2BCC;
}
.BgClassName
{
background-color: #DC2BCC;
}
</style>
border-color css
<style>
span { border-color: #DC2BCC; }
span { border-color: rgb(220,43,204); }
td.TdClassName
{
border-color: #DC2BCC;
}
.TagClassName
{
border-color: #DC2BCC;
}
</style>