Shades of Razzle Dazzle Rose #DB2ADD
Tints of Razzle Dazzle Rose #DB2ADD
RGB
CMYK
RGB Variations
Color information
#DB2ADD (or 0xDB2ADD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and DD. RGB value is (219,42,221). Sum of RGB (Red+Green+Blue) = 219+42+221=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ADD is #24D522. Grayscale: #727272. Windows color (decimal): -2413859 or 14494427. OLE color: 14494427.
HSL color Cylindrical-coordinate representation of color #DB2ADD: hue angle of 299.33º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2ADD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 42 | 221 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.13 |
| HSL | 299.33º | 0.72% | 0.52% | - |
| HSV(B) | 299.33º | 0.81% | 0.87% | - |
| XYZ | 43.09 | 21.94 | 70.37 | - |
| YUV | 115.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 221 | 0.01 | 0.81 | 0 | 0.13 | 299.33 | 0.72 | 0.52 |
| Hex | DB | 2A | DD | 1 | 51 | 0 | D | 12B | 48 | 34 |
| Octal | 333 | 52 | 335 | 1 | 121 | 0 | 15 | 453 | 110 | 64 |
| Binary | 11011011 | 101010 | 11011101 | 1 | 1010001 | 0 | 1101 | 100101011 | 1001000 | 110100 |
Color Harmonies of #DB2ADD
Complementary color
Monochromatic Colors of #DB2ADD
Black with #DB2ADD
Text Example
Text Example
White with #DB2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ADD; }
p { color: rgb(219,42,221); }
H1.HeaderClassName
{
color: #DB2ADD;
}
.AnyTagClassName
{
color: #DB2ADD;
}
</style>
background-color css
<style>
a { background-color: #DB2ADD; }
a { background-color: rgb(219,42,221); }
div.DivClassName
{
background-color: #DB2ADD;
}
.BgClassName
{
background-color: #DB2ADD;
}
</style>
border-color css
<style>
span { border-color: #DB2ADD; }
span { border-color: rgb(219,42,221); }
td.TdClassName
{
border-color: #DB2ADD;
}
.TagClassName
{
border-color: #DB2ADD;
}
</style>