Shades of Razzle Dazzle Rose #DB2AD1
Tints of Razzle Dazzle Rose #DB2AD1
RGB
CMYK
RGB Variations
Color information
#DB2AD1 (or 0xDB2AD1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and D1. RGB value is (219,42,209). Sum of RGB (Red+Green+Blue) = 219+42+209=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AD1 is #24D52E. Grayscale: #717171. Windows color (decimal): -2413871 or 13707995. OLE color: 13707995.
HSL color Cylindrical-coordinate representation of color #DB2AD1: hue angle of 303.39º 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 #DB2AD1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 209 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.14 |
| HSL | 303.39º | 0.71% | 0.51% | - |
| HSV(B) | 303.39º | 0.81% | 0.86% | - |
| XYZ | 41.55 | 21.32 | 62.25 | - |
| YUV | 113.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 209 | 0 | 0.81 | 0.05 | 0.14 | 303.39 | 0.71 | 0.51 |
| Hex | DB | 2A | D1 | 0 | 51 | 5 | E | 12F | 47 | 33 |
| Octal | 333 | 52 | 321 | 0 | 121 | 5 | 16 | 457 | 107 | 63 |
| Binary | 11011011 | 101010 | 11010001 | 0 | 1010001 | 101 | 1110 | 100101111 | 1000111 | 110011 |
Color Harmonies of #DB2AD1
Complementary color
Monochromatic Colors of #DB2AD1
Black with #DB2AD1
Text Example
Text Example
White with #DB2AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AD1; }
p { color: rgb(219,42,209); }
H1.HeaderClassName
{
color: #DB2AD1;
}
.AnyTagClassName
{
color: #DB2AD1;
}
</style>
background-color css
<style>
a { background-color: #DB2AD1; }
a { background-color: rgb(219,42,209); }
div.DivClassName
{
background-color: #DB2AD1;
}
.BgClassName
{
background-color: #DB2AD1;
}
</style>
border-color css
<style>
span { border-color: #DB2AD1; }
span { border-color: rgb(219,42,209); }
td.TdClassName
{
border-color: #DB2AD1;
}
.TagClassName
{
border-color: #DB2AD1;
}
</style>