Shades of Persian Rose #DB2FA9
Tints of Persian Rose #DB2FA9
RGB
CMYK
RGB Variations
Color information
#DB2FA9 (or 0xDB2FA9) is known color: Persian Rose. HEX triplet: DB, 2F and A9. RGB value is (219,47,169). Sum of RGB (Red+Green+Blue) = 219+47+169=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2FA9 is #24D056. Grayscale: #707070. Windows color (decimal): -2412631 or 11087835. OLE color: 11087835.
HSL color Cylindrical-coordinate representation of color #DB2FA9: hue angle of 317.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FA9 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 169 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.14 |
| HSL | 317.44º | 0.7% | 0.52% | - |
| HSV(B) | 317.44º | 0.79% | 0.86% | - |
| XYZ | 37.39 | 19.96 | 39.42 | - |
| YUV | 112.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 169 | 0 | 0.79 | 0.23 | 0.14 | 317.44 | 0.7 | 0.52 |
| Hex | DB | 2F | A9 | 0 | 4F | 17 | E | 13D | 46 | 34 |
| Octal | 333 | 57 | 251 | 0 | 117 | 27 | 16 | 475 | 106 | 64 |
| Binary | 11011011 | 101111 | 10101001 | 0 | 1001111 | 10111 | 1110 | 100111101 | 1000110 | 110100 |
Color Harmonies of #DB2FA9
Complementary color
Monochromatic Colors of #DB2FA9
Black with #DB2FA9
Text Example
Text Example
White with #DB2FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FA9; }
p { color: rgb(219,47,169); }
H1.HeaderClassName
{
color: #DB2FA9;
}
.AnyTagClassName
{
color: #DB2FA9;
}
</style>
background-color css
<style>
a { background-color: #DB2FA9; }
a { background-color: rgb(219,47,169); }
div.DivClassName
{
background-color: #DB2FA9;
}
.BgClassName
{
background-color: #DB2FA9;
}
</style>
border-color css
<style>
span { border-color: #DB2FA9; }
span { border-color: rgb(219,47,169); }
td.TdClassName
{
border-color: #DB2FA9;
}
.TagClassName
{
border-color: #DB2FA9;
}
</style>