Shades of Razzle Dazzle Rose #DB2CD8
Tints of Razzle Dazzle Rose #DB2CD8
RGB
CMYK
RGB Variations
Color information
#DB2CD8 (or 0xDB2CD8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and D8. RGB value is (219,44,216). Sum of RGB (Red+Green+Blue) = 219+44+216=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CD8 is #24D327. Grayscale: #737373. Windows color (decimal): -2413352 or 14167259. OLE color: 14167259.
HSL color Cylindrical-coordinate representation of color #DB2CD8: hue angle of 301.03º 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 #DB2CD8 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 216 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.14 |
| HSL | 301.03º | 0.71% | 0.52% | - |
| HSV(B) | 301.03º | 0.8% | 0.86% | - |
| XYZ | 42.51 | 21.82 | 66.94 | - |
| YUV | 115.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 216 | 0 | 0.80 | 0.01 | 0.14 | 301.03 | 0.71 | 0.52 |
| Hex | DB | 2C | D8 | 0 | 50 | 1 | E | 12D | 47 | 34 |
| Octal | 333 | 54 | 330 | 0 | 120 | 1 | 16 | 455 | 107 | 64 |
| Binary | 11011011 | 101100 | 11011000 | 0 | 1010000 | 1 | 1110 | 100101101 | 1000111 | 110100 |
Color Harmonies of #DB2CD8
Complementary color
Monochromatic Colors of #DB2CD8
Black with #DB2CD8
Text Example
Text Example
White with #DB2CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CD8; }
p { color: rgb(219,44,216); }
H1.HeaderClassName
{
color: #DB2CD8;
}
.AnyTagClassName
{
color: #DB2CD8;
}
</style>
background-color css
<style>
a { background-color: #DB2CD8; }
a { background-color: rgb(219,44,216); }
div.DivClassName
{
background-color: #DB2CD8;
}
.BgClassName
{
background-color: #DB2CD8;
}
</style>
border-color css
<style>
span { border-color: #DB2CD8; }
span { border-color: rgb(219,44,216); }
td.TdClassName
{
border-color: #DB2CD8;
}
.TagClassName
{
border-color: #DB2CD8;
}
</style>