Shades of Razzle Dazzle Rose #DB2CCC
Tints of Razzle Dazzle Rose #DB2CCC
RGB
CMYK
RGB Variations
Color information
#DB2CCC (or 0xDB2CCC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and CC. RGB value is (219,44,204). Sum of RGB (Red+Green+Blue) = 219+44+204=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CCC is #24D333. Grayscale: #727272. Windows color (decimal): -2413364 or 13380827. OLE color: 13380827.
HSL color Cylindrical-coordinate representation of color #DB2CCC: hue angle of 305.14º degrees, saturation: 0.71, 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 #DB2CCC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 204 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.14º | 0.71% | 0.52% | - |
| HSV(B) | 305.14º | 0.8% | 0.86% | - |
| XYZ | 41.01 | 21.22 | 59.06 | - |
| YUV | 114.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 204 | 0 | 0.80 | 0.07 | 0.14 | 305.14 | 0.71 | 0.52 |
| Hex | DB | 2C | CC | 0 | 50 | 7 | E | 131 | 47 | 34 |
| Octal | 333 | 54 | 314 | 0 | 120 | 7 | 16 | 461 | 107 | 64 |
| Binary | 11011011 | 101100 | 11001100 | 0 | 1010000 | 111 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DB2CCC
Complementary color
Monochromatic Colors of #DB2CCC
Black with #DB2CCC
Text Example
Text Example
White with #DB2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CCC; }
p { color: rgb(219,44,204); }
H1.HeaderClassName
{
color: #DB2CCC;
}
.AnyTagClassName
{
color: #DB2CCC;
}
</style>
background-color css
<style>
a { background-color: #DB2CCC; }
a { background-color: rgb(219,44,204); }
div.DivClassName
{
background-color: #DB2CCC;
}
.BgClassName
{
background-color: #DB2CCC;
}
</style>
border-color css
<style>
span { border-color: #DB2CCC; }
span { border-color: rgb(219,44,204); }
td.TdClassName
{
border-color: #DB2CCC;
}
.TagClassName
{
border-color: #DB2CCC;
}
</style>