Shades of Persian Rose #DB29A9
Tints of Persian Rose #DB29A9
RGB
CMYK
RGB Variations
Color information
#DB29A9 (or 0xDB29A9) is known color: Persian Rose. HEX triplet: DB, 29 and A9. RGB value is (219,41,169). Sum of RGB (Red+Green+Blue) = 219+41+169=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29A9 is #24D656. Grayscale: #6C6C6C. Windows color (decimal): -2414167 or 11086299. OLE color: 11086299.
HSL color Cylindrical-coordinate representation of color #DB29A9: hue angle of 316.85º 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 #DB29A9 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 169 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.14 |
| HSL | 316.85º | 0.71% | 0.51% | - |
| HSV(B) | 316.85º | 0.81% | 0.86% | - |
| XYZ | 37.17 | 19.51 | 39.34 | - |
| YUV | 108.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 169 | 0 | 0.81 | 0.23 | 0.14 | 316.85 | 0.71 | 0.51 |
| Hex | DB | 29 | A9 | 0 | 51 | 17 | E | 13D | 47 | 33 |
| Octal | 333 | 51 | 251 | 0 | 121 | 27 | 16 | 475 | 107 | 63 |
| Binary | 11011011 | 101001 | 10101001 | 0 | 1010001 | 10111 | 1110 | 100111101 | 1000111 | 110011 |
Color Harmonies of #DB29A9
Complementary color
Monochromatic Colors of #DB29A9
Black with #DB29A9
Text Example
Text Example
White with #DB29A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29A9; }
p { color: rgb(219,41,169); }
H1.HeaderClassName
{
color: #DB29A9;
}
.AnyTagClassName
{
color: #DB29A9;
}
</style>
background-color css
<style>
a { background-color: #DB29A9; }
a { background-color: rgb(219,41,169); }
div.DivClassName
{
background-color: #DB29A9;
}
.BgClassName
{
background-color: #DB29A9;
}
</style>
border-color css
<style>
span { border-color: #DB29A9; }
span { border-color: rgb(219,41,169); }
td.TdClassName
{
border-color: #DB29A9;
}
.TagClassName
{
border-color: #DB29A9;
}
</style>