Shades of Persian Rose #DB2AA9
Tints of Persian Rose #DB2AA9
RGB
CMYK
RGB Variations
Color information
#DB2AA9 (or 0xDB2AA9) is known color: Persian Rose. HEX triplet: DB, 2A and A9. RGB value is (219,42,169). Sum of RGB (Red+Green+Blue) = 219+42+169=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AA9 is #24D556. Grayscale: #6D6D6D. Windows color (decimal): -2413911 or 11086555. OLE color: 11086555.
HSL color Cylindrical-coordinate representation of color #DB2AA9: hue angle of 316.95º 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 #DB2AA9 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 169 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.14 |
| HSL | 316.95º | 0.71% | 0.51% | - |
| HSV(B) | 316.95º | 0.81% | 0.86% | - |
| XYZ | 37.2 | 19.58 | 39.35 | - |
| YUV | 109.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 169 | 0 | 0.81 | 0.23 | 0.14 | 316.95 | 0.71 | 0.51 |
| Hex | DB | 2A | A9 | 0 | 51 | 17 | E | 13D | 47 | 33 |
| Octal | 333 | 52 | 251 | 0 | 121 | 27 | 16 | 475 | 107 | 63 |
| Binary | 11011011 | 101010 | 10101001 | 0 | 1010001 | 10111 | 1110 | 100111101 | 1000111 | 110011 |
Color Harmonies of #DB2AA9
Complementary color
Monochromatic Colors of #DB2AA9
Black with #DB2AA9
Text Example
Text Example
White with #DB2AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AA9; }
p { color: rgb(219,42,169); }
H1.HeaderClassName
{
color: #DB2AA9;
}
.AnyTagClassName
{
color: #DB2AA9;
}
</style>
background-color css
<style>
a { background-color: #DB2AA9; }
a { background-color: rgb(219,42,169); }
div.DivClassName
{
background-color: #DB2AA9;
}
.BgClassName
{
background-color: #DB2AA9;
}
</style>
border-color css
<style>
span { border-color: #DB2AA9; }
span { border-color: rgb(219,42,169); }
td.TdClassName
{
border-color: #DB2AA9;
}
.TagClassName
{
border-color: #DB2AA9;
}
</style>