Shades of Razzle Dazzle Rose #DB2DCE
Tints of Razzle Dazzle Rose #DB2DCE
RGB
CMYK
RGB Variations
Color information
#DB2DCE (or 0xDB2DCE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and CE. RGB value is (219,45,206). Sum of RGB (Red+Green+Blue) = 219+45+206=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DCE is #24D231. Grayscale: #727272. Windows color (decimal): -2413106 or 13512155. OLE color: 13512155.
HSL color Cylindrical-coordinate representation of color #DB2DCE: hue angle of 304.48º 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 #DB2DCE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 206 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.14 |
| HSL | 304.48º | 0.71% | 0.52% | - |
| HSV(B) | 304.48º | 0.79% | 0.86% | - |
| XYZ | 41.29 | 21.39 | 60.35 | - |
| YUV | 115.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 206 | 0 | 0.79 | 0.06 | 0.14 | 304.48 | 0.71 | 0.52 |
| Hex | DB | 2D | CE | 0 | 4F | 6 | E | 130 | 47 | 34 |
| Octal | 333 | 55 | 316 | 0 | 117 | 6 | 16 | 460 | 107 | 64 |
| Binary | 11011011 | 101101 | 11001110 | 0 | 1001111 | 110 | 1110 | 100110000 | 1000111 | 110100 |
Color Harmonies of #DB2DCE
Complementary color
Monochromatic Colors of #DB2DCE
Black with #DB2DCE
Text Example
Text Example
White with #DB2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DCE; }
p { color: rgb(219,45,206); }
H1.HeaderClassName
{
color: #DB2DCE;
}
.AnyTagClassName
{
color: #DB2DCE;
}
</style>
background-color css
<style>
a { background-color: #DB2DCE; }
a { background-color: rgb(219,45,206); }
div.DivClassName
{
background-color: #DB2DCE;
}
.BgClassName
{
background-color: #DB2DCE;
}
</style>
border-color css
<style>
span { border-color: #DB2DCE; }
span { border-color: rgb(219,45,206); }
td.TdClassName
{
border-color: #DB2DCE;
}
.TagClassName
{
border-color: #DB2DCE;
}
</style>