Shades of Razzle Dazzle Rose #DB2ECE
Tints of Razzle Dazzle Rose #DB2ECE
RGB
CMYK
RGB Variations
Color information
#DB2ECE (or 0xDB2ECE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and CE. RGB value is (219,46,206). Sum of RGB (Red+Green+Blue) = 219+46+206=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ECE is #24D131. Grayscale: #737373. Windows color (decimal): -2412850 or 13512411. OLE color: 13512411.
HSL color Cylindrical-coordinate representation of color #DB2ECE: hue angle of 304.51º 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 #DB2ECE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 206 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.14 |
| HSL | 304.51º | 0.71% | 0.52% | - |
| HSV(B) | 304.51º | 0.79% | 0.86% | - |
| XYZ | 41.33 | 21.47 | 60.36 | - |
| YUV | 115.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 206 | 0 | 0.79 | 0.06 | 0.14 | 304.51 | 0.71 | 0.52 |
| Hex | DB | 2E | CE | 0 | 4F | 6 | E | 131 | 47 | 34 |
| Octal | 333 | 56 | 316 | 0 | 117 | 6 | 16 | 461 | 107 | 64 |
| Binary | 11011011 | 101110 | 11001110 | 0 | 1001111 | 110 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DB2ECE
Complementary color
Monochromatic Colors of #DB2ECE
Black with #DB2ECE
Text Example
Text Example
White with #DB2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ECE; }
p { color: rgb(219,46,206); }
H1.HeaderClassName
{
color: #DB2ECE;
}
.AnyTagClassName
{
color: #DB2ECE;
}
</style>
background-color css
<style>
a { background-color: #DB2ECE; }
a { background-color: rgb(219,46,206); }
div.DivClassName
{
background-color: #DB2ECE;
}
.BgClassName
{
background-color: #DB2ECE;
}
</style>
border-color css
<style>
span { border-color: #DB2ECE; }
span { border-color: rgb(219,46,206); }
td.TdClassName
{
border-color: #DB2ECE;
}
.TagClassName
{
border-color: #DB2ECE;
}
</style>