Shades of Razzle Dazzle Rose #DB2DCC
Tints of Razzle Dazzle Rose #DB2DCC
RGB
CMYK
RGB Variations
Color information
#DB2DCC (or 0xDB2DCC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and CC. RGB value is (219,45,204). Sum of RGB (Red+Green+Blue) = 219+45+204=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DCC is #24D233. Grayscale: #727272. Windows color (decimal): -2413108 or 13381083. OLE color: 13381083.
HSL color Cylindrical-coordinate representation of color #DB2DCC: hue angle of 305.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DCC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 204 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.14 |
| HSL | 305.17º | 0.71% | 0.52% | - |
| HSV(B) | 305.17º | 0.79% | 0.86% | - |
| XYZ | 41.05 | 21.3 | 59.07 | - |
| YUV | 115.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 204 | 0 | 0.79 | 0.07 | 0.14 | 305.17 | 0.71 | 0.52 |
| Hex | DB | 2D | CC | 0 | 4F | 7 | E | 131 | 47 | 34 |
| Octal | 333 | 55 | 314 | 0 | 117 | 7 | 16 | 461 | 107 | 64 |
| Binary | 11011011 | 101101 | 11001100 | 0 | 1001111 | 111 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DB2DCC
Complementary color
Monochromatic Colors of #DB2DCC
Black with #DB2DCC
Text Example
Text Example
White with #DB2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DCC; }
p { color: rgb(219,45,204); }
H1.HeaderClassName
{
color: #DB2DCC;
}
.AnyTagClassName
{
color: #DB2DCC;
}
</style>
background-color css
<style>
a { background-color: #DB2DCC; }
a { background-color: rgb(219,45,204); }
div.DivClassName
{
background-color: #DB2DCC;
}
.BgClassName
{
background-color: #DB2DCC;
}
</style>
border-color css
<style>
span { border-color: #DB2DCC; }
span { border-color: rgb(219,45,204); }
td.TdClassName
{
border-color: #DB2DCC;
}
.TagClassName
{
border-color: #DB2DCC;
}
</style>