Shades of Razzle Dazzle Rose #DB2EDE
Tints of Razzle Dazzle Rose #DB2EDE
RGB
CMYK
RGB Variations
Color information
#DB2EDE (or 0xDB2EDE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and DE. RGB value is (219,46,222). Sum of RGB (Red+Green+Blue) = 219+46+222=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EDE is #24D121. Grayscale: #757575. Windows color (decimal): -2412834 or 14560987. OLE color: 14560987.
HSL color Cylindrical-coordinate representation of color #DB2EDE: hue angle of 298.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2EDE is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 46 | 222 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.13 |
| HSL | 298.98º | 0.73% | 0.53% | - |
| HSV(B) | 298.98º | 0.79% | 0.87% | - |
| XYZ | 43.38 | 22.29 | 71.12 | - |
| YUV | 117.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 222 | 0.01 | 0.79 | 0 | 0.13 | 298.98 | 0.73 | 0.53 |
| Hex | DB | 2E | DE | 1 | 4F | 0 | D | 12B | 49 | 35 |
| Octal | 333 | 56 | 336 | 1 | 117 | 0 | 15 | 453 | 111 | 65 |
| Binary | 11011011 | 101110 | 11011110 | 1 | 1001111 | 0 | 1101 | 100101011 | 1001001 | 110101 |
Color Harmonies of #DB2EDE
Complementary color
Monochromatic Colors of #DB2EDE
Black with #DB2EDE
Text Example
Text Example
White with #DB2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EDE; }
p { color: rgb(219,46,222); }
H1.HeaderClassName
{
color: #DB2EDE;
}
.AnyTagClassName
{
color: #DB2EDE;
}
</style>
background-color css
<style>
a { background-color: #DB2EDE; }
a { background-color: rgb(219,46,222); }
div.DivClassName
{
background-color: #DB2EDE;
}
.BgClassName
{
background-color: #DB2EDE;
}
</style>
border-color css
<style>
span { border-color: #DB2EDE; }
span { border-color: rgb(219,46,222); }
td.TdClassName
{
border-color: #DB2EDE;
}
.TagClassName
{
border-color: #DB2EDE;
}
</style>