Shades of Razzle Dazzle Rose #DB2AC0
Tints of Razzle Dazzle Rose #DB2AC0
RGB
CMYK
RGB Variations
Color information
#DB2AC0 (or 0xDB2AC0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and C0. RGB value is (219,42,192). Sum of RGB (Red+Green+Blue) = 219+42+192=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AC0 is #24D53F. Grayscale: #6F6F6F. Windows color (decimal): -2413888 or 12593883. OLE color: 12593883.
HSL color Cylindrical-coordinate representation of color #DB2AC0: hue angle of 309.15º 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 #DB2AC0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 192 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.14 |
| HSL | 309.15º | 0.71% | 0.51% | - |
| HSV(B) | 309.15º | 0.81% | 0.86% | - |
| XYZ | 39.56 | 20.52 | 51.75 | - |
| YUV | 112.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 192 | 0 | 0.81 | 0.12 | 0.14 | 309.15 | 0.71 | 0.51 |
| Hex | DB | 2A | C0 | 0 | 51 | C | E | 135 | 47 | 33 |
| Octal | 333 | 52 | 300 | 0 | 121 | 14 | 16 | 465 | 107 | 63 |
| Binary | 11011011 | 101010 | 11000000 | 0 | 1010001 | 1100 | 1110 | 100110101 | 1000111 | 110011 |
Color Harmonies of #DB2AC0
Complementary color
Monochromatic Colors of #DB2AC0
Black with #DB2AC0
Text Example
Text Example
White with #DB2AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AC0; }
p { color: rgb(219,42,192); }
H1.HeaderClassName
{
color: #DB2AC0;
}
.AnyTagClassName
{
color: #DB2AC0;
}
</style>
background-color css
<style>
a { background-color: #DB2AC0; }
a { background-color: rgb(219,42,192); }
div.DivClassName
{
background-color: #DB2AC0;
}
.BgClassName
{
background-color: #DB2AC0;
}
</style>
border-color css
<style>
span { border-color: #DB2AC0; }
span { border-color: rgb(219,42,192); }
td.TdClassName
{
border-color: #DB2AC0;
}
.TagClassName
{
border-color: #DB2AC0;
}
</style>