Shades of Razzle Dazzle Rose #DB2CC9
Tints of Razzle Dazzle Rose #DB2CC9
RGB
CMYK
RGB Variations
Color information
#DB2CC9 (or 0xDB2CC9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and C9. RGB value is (219,44,201). Sum of RGB (Red+Green+Blue) = 219+44+201=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CC9 is #24D336. Grayscale: #717171. Windows color (decimal): -2413367 or 13184219. OLE color: 13184219.
HSL color Cylindrical-coordinate representation of color #DB2CC9: hue angle of 306.17º 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 #DB2CC9 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 201 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.14 |
| HSL | 306.17º | 0.71% | 0.52% | - |
| HSV(B) | 306.17º | 0.8% | 0.86% | - |
| XYZ | 40.66 | 21.08 | 57.18 | - |
| YUV | 114.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 201 | 0 | 0.80 | 0.08 | 0.14 | 306.17 | 0.71 | 0.52 |
| Hex | DB | 2C | C9 | 0 | 50 | 8 | E | 132 | 47 | 34 |
| Octal | 333 | 54 | 311 | 0 | 120 | 10 | 16 | 462 | 107 | 64 |
| Binary | 11011011 | 101100 | 11001001 | 0 | 1010000 | 1000 | 1110 | 100110010 | 1000111 | 110100 |
Color Harmonies of #DB2CC9
Complementary color
Monochromatic Colors of #DB2CC9
Black with #DB2CC9
Text Example
Text Example
White with #DB2CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CC9; }
p { color: rgb(219,44,201); }
H1.HeaderClassName
{
color: #DB2CC9;
}
.AnyTagClassName
{
color: #DB2CC9;
}
</style>
background-color css
<style>
a { background-color: #DB2CC9; }
a { background-color: rgb(219,44,201); }
div.DivClassName
{
background-color: #DB2CC9;
}
.BgClassName
{
background-color: #DB2CC9;
}
</style>
border-color css
<style>
span { border-color: #DB2CC9; }
span { border-color: rgb(219,44,201); }
td.TdClassName
{
border-color: #DB2CC9;
}
.TagClassName
{
border-color: #DB2CC9;
}
</style>