Shades of Razzle Dazzle Rose #DB2DCA
Tints of Razzle Dazzle Rose #DB2DCA
RGB
CMYK
RGB Variations
Color information
#DB2DCA (or 0xDB2DCA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and CA. RGB value is (219,45,202). Sum of RGB (Red+Green+Blue) = 219+45+202=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DCA is #24D235. Grayscale: #727272. Windows color (decimal): -2413110 or 13250011. OLE color: 13250011.
HSL color Cylindrical-coordinate representation of color #DB2DCA: hue angle of 305.86º 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 #DB2DCA is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 202 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.14 |
| HSL | 305.86º | 0.71% | 0.52% | - |
| HSV(B) | 305.86º | 0.79% | 0.86% | - |
| XYZ | 40.81 | 21.2 | 57.82 | - |
| YUV | 114.92 | 177.15 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 202 | 0 | 0.79 | 0.08 | 0.14 | 305.86 | 0.71 | 0.52 |
| Hex | DB | 2D | CA | 0 | 4F | 8 | E | 132 | 47 | 34 |
| Octal | 333 | 55 | 312 | 0 | 117 | 10 | 16 | 462 | 107 | 64 |
| Binary | 11011011 | 101101 | 11001010 | 0 | 1001111 | 1000 | 1110 | 100110010 | 1000111 | 110100 |
Color Harmonies of #DB2DCA
Complementary color
Monochromatic Colors of #DB2DCA
Black with #DB2DCA
Text Example
Text Example
White with #DB2DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DCA; }
p { color: rgb(219,45,202); }
H1.HeaderClassName
{
color: #DB2DCA;
}
.AnyTagClassName
{
color: #DB2DCA;
}
</style>
background-color css
<style>
a { background-color: #DB2DCA; }
a { background-color: rgb(219,45,202); }
div.DivClassName
{
background-color: #DB2DCA;
}
.BgClassName
{
background-color: #DB2DCA;
}
</style>
border-color css
<style>
span { border-color: #DB2DCA; }
span { border-color: rgb(219,45,202); }
td.TdClassName
{
border-color: #DB2DCA;
}
.TagClassName
{
border-color: #DB2DCA;
}
</style>