Shades of Razzle Dazzle Rose #DB2BD7
Tints of Razzle Dazzle Rose #DB2BD7
RGB
CMYK
RGB Variations
Color information
#DB2BD7 (or 0xDB2BD7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and D7. RGB value is (219,43,215). Sum of RGB (Red+Green+Blue) = 219+43+215=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BD7 is #24D428. Grayscale: #727272. Windows color (decimal): -2413609 or 14101467. OLE color: 14101467.
HSL color Cylindrical-coordinate representation of color #DB2BD7: hue angle of 301.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BD7 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 215 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.14 |
| HSL | 301.36º | 0.71% | 0.51% | - |
| HSV(B) | 301.36º | 0.8% | 0.86% | - |
| XYZ | 42.34 | 21.69 | 66.25 | - |
| YUV | 115.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 215 | 0 | 0.80 | 0.02 | 0.14 | 301.36 | 0.71 | 0.51 |
| Hex | DB | 2B | D7 | 0 | 50 | 2 | E | 12D | 47 | 33 |
| Octal | 333 | 53 | 327 | 0 | 120 | 2 | 16 | 455 | 107 | 63 |
| Binary | 11011011 | 101011 | 11010111 | 0 | 1010000 | 10 | 1110 | 100101101 | 1000111 | 110011 |
Color Harmonies of #DB2BD7
Complementary color
Monochromatic Colors of #DB2BD7
Black with #DB2BD7
Text Example
Text Example
White with #DB2BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BD7; }
p { color: rgb(219,43,215); }
H1.HeaderClassName
{
color: #DB2BD7;
}
.AnyTagClassName
{
color: #DB2BD7;
}
</style>
background-color css
<style>
a { background-color: #DB2BD7; }
a { background-color: rgb(219,43,215); }
div.DivClassName
{
background-color: #DB2BD7;
}
.BgClassName
{
background-color: #DB2BD7;
}
</style>
border-color css
<style>
span { border-color: #DB2BD7; }
span { border-color: rgb(219,43,215); }
td.TdClassName
{
border-color: #DB2BD7;
}
.TagClassName
{
border-color: #DB2BD7;
}
</style>