Shades of Razzle Dazzle Rose #DB2CD6
Tints of Razzle Dazzle Rose #DB2CD6
RGB
CMYK
RGB Variations
Color information
#DB2CD6 (or 0xDB2CD6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and D6. RGB value is (219,44,214). Sum of RGB (Red+Green+Blue) = 219+44+214=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CD6 is #24D329. Grayscale: #737373. Windows color (decimal): -2413354 or 14036187. OLE color: 14036187.
HSL color Cylindrical-coordinate representation of color #DB2CD6: hue angle of 301.71º 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 #DB2CD6 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 214 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.14 |
| HSL | 301.71º | 0.71% | 0.52% | - |
| HSV(B) | 301.71º | 0.8% | 0.86% | - |
| XYZ | 42.25 | 21.72 | 65.58 | - |
| YUV | 115.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 214 | 0 | 0.80 | 0.02 | 0.14 | 301.71 | 0.71 | 0.52 |
| Hex | DB | 2C | D6 | 0 | 50 | 2 | E | 12E | 47 | 34 |
| Octal | 333 | 54 | 326 | 0 | 120 | 2 | 16 | 456 | 107 | 64 |
| Binary | 11011011 | 101100 | 11010110 | 0 | 1010000 | 10 | 1110 | 100101110 | 1000111 | 110100 |
Color Harmonies of #DB2CD6
Complementary color
Monochromatic Colors of #DB2CD6
Black with #DB2CD6
Text Example
Text Example
White with #DB2CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CD6; }
p { color: rgb(219,44,214); }
H1.HeaderClassName
{
color: #DB2CD6;
}
.AnyTagClassName
{
color: #DB2CD6;
}
</style>
background-color css
<style>
a { background-color: #DB2CD6; }
a { background-color: rgb(219,44,214); }
div.DivClassName
{
background-color: #DB2CD6;
}
.BgClassName
{
background-color: #DB2CD6;
}
</style>
border-color css
<style>
span { border-color: #DB2CD6; }
span { border-color: rgb(219,44,214); }
td.TdClassName
{
border-color: #DB2CD6;
}
.TagClassName
{
border-color: #DB2CD6;
}
</style>