Shades of Razzle Dazzle Rose #DB2CCD
Tints of Razzle Dazzle Rose #DB2CCD
RGB
CMYK
RGB Variations
Color information
#DB2CCD (or 0xDB2CCD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and CD. RGB value is (219,44,205). Sum of RGB (Red+Green+Blue) = 219+44+205=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CCD is #24D332. Grayscale: #727272. Windows color (decimal): -2413363 or 13446363. OLE color: 13446363.
HSL color Cylindrical-coordinate representation of color #DB2CCD: hue angle of 304.8º 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 #DB2CCD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 205 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.14 |
| HSL | 304.8º | 0.71% | 0.52% | - |
| HSV(B) | 304.8º | 0.8% | 0.86% | - |
| XYZ | 41.13 | 21.27 | 59.7 | - |
| YUV | 114.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 205 | 0 | 0.80 | 0.06 | 0.14 | 304.8 | 0.71 | 0.52 |
| Hex | DB | 2C | CD | 0 | 50 | 6 | E | 131 | 47 | 34 |
| Octal | 333 | 54 | 315 | 0 | 120 | 6 | 16 | 461 | 107 | 64 |
| Binary | 11011011 | 101100 | 11001101 | 0 | 1010000 | 110 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DB2CCD
Complementary color
Monochromatic Colors of #DB2CCD
Black with #DB2CCD
Text Example
Text Example
White with #DB2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CCD; }
p { color: rgb(219,44,205); }
H1.HeaderClassName
{
color: #DB2CCD;
}
.AnyTagClassName
{
color: #DB2CCD;
}
</style>
background-color css
<style>
a { background-color: #DB2CCD; }
a { background-color: rgb(219,44,205); }
div.DivClassName
{
background-color: #DB2CCD;
}
.BgClassName
{
background-color: #DB2CCD;
}
</style>
border-color css
<style>
span { border-color: #DB2CCD; }
span { border-color: rgb(219,44,205); }
td.TdClassName
{
border-color: #DB2CCD;
}
.TagClassName
{
border-color: #DB2CCD;
}
</style>