Shades of Razzle Dazzle Rose #DB2BBB
Tints of Razzle Dazzle Rose #DB2BBB
RGB
CMYK
RGB Variations
Color information
#DB2BBB (or 0xDB2BBB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and BB. RGB value is (219,43,187). Sum of RGB (Red+Green+Blue) = 219+43+187=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BBB is #24D444. Grayscale: #6F6F6F. Windows color (decimal): -2413637 or 12266459. OLE color: 12266459.
HSL color Cylindrical-coordinate representation of color #DB2BBB: hue angle of 310.91º 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 #DB2BBB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 187 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.14 |
| HSL | 310.91º | 0.71% | 0.51% | - |
| HSV(B) | 310.91º | 0.8% | 0.86% | - |
| XYZ | 39.05 | 20.38 | 48.89 | - |
| YUV | 112.04 | 170.31 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 187 | 0 | 0.80 | 0.15 | 0.14 | 310.91 | 0.71 | 0.51 |
| Hex | DB | 2B | BB | 0 | 50 | F | E | 137 | 47 | 33 |
| Octal | 333 | 53 | 273 | 0 | 120 | 17 | 16 | 467 | 107 | 63 |
| Binary | 11011011 | 101011 | 10111011 | 0 | 1010000 | 1111 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB2BBB
Complementary color
Monochromatic Colors of #DB2BBB
Black with #DB2BBB
Text Example
Text Example
White with #DB2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BBB; }
p { color: rgb(219,43,187); }
H1.HeaderClassName
{
color: #DB2BBB;
}
.AnyTagClassName
{
color: #DB2BBB;
}
</style>
background-color css
<style>
a { background-color: #DB2BBB; }
a { background-color: rgb(219,43,187); }
div.DivClassName
{
background-color: #DB2BBB;
}
.BgClassName
{
background-color: #DB2BBB;
}
</style>
border-color css
<style>
span { border-color: #DB2BBB; }
span { border-color: rgb(219,43,187); }
td.TdClassName
{
border-color: #DB2BBB;
}
.TagClassName
{
border-color: #DB2BBB;
}
</style>