Shades of Razzle Dazzle Rose #DB2DBF
Tints of Razzle Dazzle Rose #DB2DBF
RGB
CMYK
RGB Variations
Color information
#DB2DBF (or 0xDB2DBF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and BF. RGB value is (219,45,191). Sum of RGB (Red+Green+Blue) = 219+45+191=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DBF is #24D240. Grayscale: #717171. Windows color (decimal): -2413121 or 12529115. OLE color: 12529115.
HSL color Cylindrical-coordinate representation of color #DB2DBF: hue angle of 309.66º 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 #DB2DBF is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 191 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.14 |
| HSL | 309.66º | 0.71% | 0.52% | - |
| HSV(B) | 309.66º | 0.79% | 0.86% | - |
| XYZ | 39.56 | 20.7 | 51.2 | - |
| YUV | 113.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 191 | 0 | 0.79 | 0.13 | 0.14 | 309.66 | 0.71 | 0.52 |
| Hex | DB | 2D | BF | 0 | 4F | D | E | 136 | 47 | 34 |
| Octal | 333 | 55 | 277 | 0 | 117 | 15 | 16 | 466 | 107 | 64 |
| Binary | 11011011 | 101101 | 10111111 | 0 | 1001111 | 1101 | 1110 | 100110110 | 1000111 | 110100 |
Color Harmonies of #DB2DBF
Complementary color
Monochromatic Colors of #DB2DBF
Black with #DB2DBF
Text Example
Text Example
White with #DB2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DBF; }
p { color: rgb(219,45,191); }
H1.HeaderClassName
{
color: #DB2DBF;
}
.AnyTagClassName
{
color: #DB2DBF;
}
</style>
background-color css
<style>
a { background-color: #DB2DBF; }
a { background-color: rgb(219,45,191); }
div.DivClassName
{
background-color: #DB2DBF;
}
.BgClassName
{
background-color: #DB2DBF;
}
</style>
border-color css
<style>
span { border-color: #DB2DBF; }
span { border-color: rgb(219,45,191); }
td.TdClassName
{
border-color: #DB2DBF;
}
.TagClassName
{
border-color: #DB2DBF;
}
</style>