Shades of Razzle Dazzle Rose #DB2AD2
Tints of Razzle Dazzle Rose #DB2AD2
RGB
CMYK
RGB Variations
Color information
#DB2AD2 (or 0xDB2AD2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and D2. RGB value is (219,42,210). Sum of RGB (Red+Green+Blue) = 219+42+210=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AD2 is #24D52D. Grayscale: #717171. Windows color (decimal): -2413870 or 13773531. OLE color: 13773531.
HSL color Cylindrical-coordinate representation of color #DB2AD2: hue angle of 303.05º 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 #DB2AD2 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 210 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.14 |
| HSL | 303.05º | 0.71% | 0.51% | - |
| HSV(B) | 303.05º | 0.81% | 0.86% | - |
| XYZ | 41.67 | 21.37 | 62.9 | - |
| YUV | 114.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 210 | 0 | 0.81 | 0.04 | 0.14 | 303.05 | 0.71 | 0.51 |
| Hex | DB | 2A | D2 | 0 | 51 | 4 | E | 12F | 47 | 33 |
| Octal | 333 | 52 | 322 | 0 | 121 | 4 | 16 | 457 | 107 | 63 |
| Binary | 11011011 | 101010 | 11010010 | 0 | 1010001 | 100 | 1110 | 100101111 | 1000111 | 110011 |
Color Harmonies of #DB2AD2
Complementary color
Monochromatic Colors of #DB2AD2
Black with #DB2AD2
Text Example
Text Example
White with #DB2AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AD2; }
p { color: rgb(219,42,210); }
H1.HeaderClassName
{
color: #DB2AD2;
}
.AnyTagClassName
{
color: #DB2AD2;
}
</style>
background-color css
<style>
a { background-color: #DB2AD2; }
a { background-color: rgb(219,42,210); }
div.DivClassName
{
background-color: #DB2AD2;
}
.BgClassName
{
background-color: #DB2AD2;
}
</style>
border-color css
<style>
span { border-color: #DB2AD2; }
span { border-color: rgb(219,42,210); }
td.TdClassName
{
border-color: #DB2AD2;
}
.TagClassName
{
border-color: #DB2AD2;
}
</style>