Shades of Razzle Dazzle Rose #DB2DBD
Tints of Razzle Dazzle Rose #DB2DBD
RGB
CMYK
RGB Variations
Color information
#DB2DBD (or 0xDB2DBD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and BD. RGB value is (219,45,189). Sum of RGB (Red+Green+Blue) = 219+45+189=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DBD is #24D242. Grayscale: #717171. Windows color (decimal): -2413123 or 12398043. OLE color: 12398043.
HSL color Cylindrical-coordinate representation of color #DB2DBD: hue angle of 310.34º 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 #DB2DBD is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 189 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.14 |
| HSL | 310.34º | 0.71% | 0.52% | - |
| HSV(B) | 310.34º | 0.79% | 0.86% | - |
| XYZ | 39.34 | 20.61 | 50.05 | - |
| YUV | 113.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 189 | 0 | 0.79 | 0.14 | 0.14 | 310.34 | 0.71 | 0.52 |
| Hex | DB | 2D | BD | 0 | 4F | E | E | 136 | 47 | 34 |
| Octal | 333 | 55 | 275 | 0 | 117 | 16 | 16 | 466 | 107 | 64 |
| Binary | 11011011 | 101101 | 10111101 | 0 | 1001111 | 1110 | 1110 | 100110110 | 1000111 | 110100 |
Color Harmonies of #DB2DBD
Complementary color
Monochromatic Colors of #DB2DBD
Black with #DB2DBD
Text Example
Text Example
White with #DB2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DBD; }
p { color: rgb(219,45,189); }
H1.HeaderClassName
{
color: #DB2DBD;
}
.AnyTagClassName
{
color: #DB2DBD;
}
</style>
background-color css
<style>
a { background-color: #DB2DBD; }
a { background-color: rgb(219,45,189); }
div.DivClassName
{
background-color: #DB2DBD;
}
.BgClassName
{
background-color: #DB2DBD;
}
</style>
border-color css
<style>
span { border-color: #DB2DBD; }
span { border-color: rgb(219,45,189); }
td.TdClassName
{
border-color: #DB2DBD;
}
.TagClassName
{
border-color: #DB2DBD;
}
</style>