Shades of Razzle Dazzle Rose #DB2DBC
Tints of Razzle Dazzle Rose #DB2DBC
RGB
CMYK
RGB Variations
Color information
#DB2DBC (or 0xDB2DBC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and BC. RGB value is (219,45,188). Sum of RGB (Red+Green+Blue) = 219+45+188=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DBC is #24D243. Grayscale: #707070. Windows color (decimal): -2413124 or 12332507. OLE color: 12332507.
HSL color Cylindrical-coordinate representation of color #DB2DBC: hue angle of 310.69º 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 #DB2DBC is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 188 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.14 |
| HSL | 310.69º | 0.71% | 0.52% | - |
| HSV(B) | 310.69º | 0.79% | 0.86% | - |
| XYZ | 39.23 | 20.57 | 49.48 | - |
| YUV | 113.33 | 170.15 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 188 | 0 | 0.79 | 0.14 | 0.14 | 310.69 | 0.71 | 0.52 |
| Hex | DB | 2D | BC | 0 | 4F | E | E | 137 | 47 | 34 |
| Octal | 333 | 55 | 274 | 0 | 117 | 16 | 16 | 467 | 107 | 64 |
| Binary | 11011011 | 101101 | 10111100 | 0 | 1001111 | 1110 | 1110 | 100110111 | 1000111 | 110100 |
Color Harmonies of #DB2DBC
Complementary color
Monochromatic Colors of #DB2DBC
Black with #DB2DBC
Text Example
Text Example
White with #DB2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DBC; }
p { color: rgb(219,45,188); }
H1.HeaderClassName
{
color: #DB2DBC;
}
.AnyTagClassName
{
color: #DB2DBC;
}
</style>
background-color css
<style>
a { background-color: #DB2DBC; }
a { background-color: rgb(219,45,188); }
div.DivClassName
{
background-color: #DB2DBC;
}
.BgClassName
{
background-color: #DB2DBC;
}
</style>
border-color css
<style>
span { border-color: #DB2DBC; }
span { border-color: rgb(219,45,188); }
td.TdClassName
{
border-color: #DB2DBC;
}
.TagClassName
{
border-color: #DB2DBC;
}
</style>