Shades of Razzle Dazzle Rose #DB2ED8
Tints of Razzle Dazzle Rose #DB2ED8
RGB
CMYK
RGB Variations
Color information
#DB2ED8 (or 0xDB2ED8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and D8. RGB value is (219,46,216). Sum of RGB (Red+Green+Blue) = 219+46+216=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED8 is #24D127. Grayscale: #747474. Windows color (decimal): -2412840 or 14167771. OLE color: 14167771.
HSL color Cylindrical-coordinate representation of color #DB2ED8: hue angle of 301.04º 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 #DB2ED8 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 216 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.14 |
| HSL | 301.04º | 0.71% | 0.52% | - |
| HSV(B) | 301.04º | 0.79% | 0.86% | - |
| XYZ | 42.59 | 21.97 | 66.96 | - |
| YUV | 117.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 216 | 0 | 0.79 | 0.01 | 0.14 | 301.04 | 0.71 | 0.52 |
| Hex | DB | 2E | D8 | 0 | 4F | 1 | E | 12D | 47 | 34 |
| Octal | 333 | 56 | 330 | 0 | 117 | 1 | 16 | 455 | 107 | 64 |
| Binary | 11011011 | 101110 | 11011000 | 0 | 1001111 | 1 | 1110 | 100101101 | 1000111 | 110100 |
Color Harmonies of #DB2ED8
Complementary color
Monochromatic Colors of #DB2ED8
Black with #DB2ED8
Text Example
Text Example
White with #DB2ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ED8; }
p { color: rgb(219,46,216); }
H1.HeaderClassName
{
color: #DB2ED8;
}
.AnyTagClassName
{
color: #DB2ED8;
}
</style>
background-color css
<style>
a { background-color: #DB2ED8; }
a { background-color: rgb(219,46,216); }
div.DivClassName
{
background-color: #DB2ED8;
}
.BgClassName
{
background-color: #DB2ED8;
}
</style>
border-color css
<style>
span { border-color: #DB2ED8; }
span { border-color: rgb(219,46,216); }
td.TdClassName
{
border-color: #DB2ED8;
}
.TagClassName
{
border-color: #DB2ED8;
}
</style>