Shades of Razzle Dazzle Rose #DB2ED7
Tints of Razzle Dazzle Rose #DB2ED7
RGB
CMYK
RGB Variations
Color information
#DB2ED7 (or 0xDB2ED7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and D7. RGB value is (219,46,215). Sum of RGB (Red+Green+Blue) = 219+46+215=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED7 is #24D128. Grayscale: #747474. Windows color (decimal): -2412841 or 14102235. OLE color: 14102235.
HSL color Cylindrical-coordinate representation of color #DB2ED7: hue angle of 301.39º 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 #DB2ED7 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 215 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.14 |
| HSL | 301.39º | 0.71% | 0.52% | - |
| HSV(B) | 301.39º | 0.79% | 0.86% | - |
| XYZ | 42.46 | 21.92 | 66.28 | - |
| YUV | 116.99 | 183.31 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 215 | 0 | 0.79 | 0.02 | 0.14 | 301.39 | 0.71 | 0.52 |
| Hex | DB | 2E | D7 | 0 | 4F | 2 | E | 12D | 47 | 34 |
| Octal | 333 | 56 | 327 | 0 | 117 | 2 | 16 | 455 | 107 | 64 |
| Binary | 11011011 | 101110 | 11010111 | 0 | 1001111 | 10 | 1110 | 100101101 | 1000111 | 110100 |
Color Harmonies of #DB2ED7
Complementary color
Monochromatic Colors of #DB2ED7
Black with #DB2ED7
Text Example
Text Example
White with #DB2ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ED7; }
p { color: rgb(219,46,215); }
H1.HeaderClassName
{
color: #DB2ED7;
}
.AnyTagClassName
{
color: #DB2ED7;
}
</style>
background-color css
<style>
a { background-color: #DB2ED7; }
a { background-color: rgb(219,46,215); }
div.DivClassName
{
background-color: #DB2ED7;
}
.BgClassName
{
background-color: #DB2ED7;
}
</style>
border-color css
<style>
span { border-color: #DB2ED7; }
span { border-color: rgb(219,46,215); }
td.TdClassName
{
border-color: #DB2ED7;
}
.TagClassName
{
border-color: #DB2ED7;
}
</style>