Shades of Razzle Dazzle Rose #DB2ABB
Tints of Razzle Dazzle Rose #DB2ABB
RGB
CMYK
RGB Variations
Color information
#DB2ABB (or 0xDB2ABB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and BB. RGB value is (219,42,187). Sum of RGB (Red+Green+Blue) = 219+42+187=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ABB is #24D544. Grayscale: #6F6F6F. Windows color (decimal): -2413893 or 12266203. OLE color: 12266203.
HSL color Cylindrical-coordinate representation of color #DB2ABB: hue angle of 310.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2ABB is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 187 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.14 |
| HSL | 310.85º | 0.71% | 0.51% | - |
| HSV(B) | 310.85º | 0.81% | 0.86% | - |
| XYZ | 39.01 | 20.3 | 48.88 | - |
| YUV | 111.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 187 | 0 | 0.81 | 0.15 | 0.14 | 310.85 | 0.71 | 0.51 |
| Hex | DB | 2A | BB | 0 | 51 | F | E | 137 | 47 | 33 |
| Octal | 333 | 52 | 273 | 0 | 121 | 17 | 16 | 467 | 107 | 63 |
| Binary | 11011011 | 101010 | 10111011 | 0 | 1010001 | 1111 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB2ABB
Complementary color
Monochromatic Colors of #DB2ABB
Black with #DB2ABB
Text Example
Text Example
White with #DB2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ABB; }
p { color: rgb(219,42,187); }
H1.HeaderClassName
{
color: #DB2ABB;
}
.AnyTagClassName
{
color: #DB2ABB;
}
</style>
background-color css
<style>
a { background-color: #DB2ABB; }
a { background-color: rgb(219,42,187); }
div.DivClassName
{
background-color: #DB2ABB;
}
.BgClassName
{
background-color: #DB2ABB;
}
</style>
border-color css
<style>
span { border-color: #DB2ABB; }
span { border-color: rgb(219,42,187); }
td.TdClassName
{
border-color: #DB2ABB;
}
.TagClassName
{
border-color: #DB2ABB;
}
</style>