Shades of Razzle Dazzle Rose #DB2DDE
Tints of Razzle Dazzle Rose #DB2DDE
RGB
CMYK
RGB Variations
Color information
#DB2DDE (or 0xDB2DDE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and DE. RGB value is (219,45,222). Sum of RGB (Red+Green+Blue) = 219+45+222=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DDE is #24D221. Grayscale: #747474. Windows color (decimal): -2413090 or 14560731. OLE color: 14560731.
HSL color Cylindrical-coordinate representation of color #DB2DDE: hue angle of 298.98º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2DDE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 45 | 222 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.13 |
| HSL | 298.98º | 0.73% | 0.52% | - |
| HSV(B) | 298.98º | 0.8% | 0.87% | - |
| XYZ | 43.34 | 22.21 | 71.11 | - |
| YUV | 117.2 | 187.15 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 222 | 0.01 | 0.80 | 0 | 0.13 | 298.98 | 0.73 | 0.52 |
| Hex | DB | 2D | DE | 1 | 50 | 0 | D | 12B | 49 | 34 |
| Octal | 333 | 55 | 336 | 1 | 120 | 0 | 15 | 453 | 111 | 64 |
| Binary | 11011011 | 101101 | 11011110 | 1 | 1010000 | 0 | 1101 | 100101011 | 1001001 | 110100 |
Color Harmonies of #DB2DDE
Complementary color
Monochromatic Colors of #DB2DDE
Black with #DB2DDE
Text Example
Text Example
White with #DB2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DDE; }
p { color: rgb(219,45,222); }
H1.HeaderClassName
{
color: #DB2DDE;
}
.AnyTagClassName
{
color: #DB2DDE;
}
</style>
background-color css
<style>
a { background-color: #DB2DDE; }
a { background-color: rgb(219,45,222); }
div.DivClassName
{
background-color: #DB2DDE;
}
.BgClassName
{
background-color: #DB2DDE;
}
</style>
border-color css
<style>
span { border-color: #DB2DDE; }
span { border-color: rgb(219,45,222); }
td.TdClassName
{
border-color: #DB2DDE;
}
.TagClassName
{
border-color: #DB2DDE;
}
</style>