Shades of Persian Rose #DB2DAA
Tints of Persian Rose #DB2DAA
RGB
CMYK
RGB Variations
Color information
#DB2DAA (or 0xDB2DAA) is known color: Persian Rose. HEX triplet: DB, 2D and AA. RGB value is (219,45,170). Sum of RGB (Red+Green+Blue) = 219+45+170=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DAA is #24D255. Grayscale: #6E6E6E. Windows color (decimal): -2413142 or 11152859. OLE color: 11152859.
HSL color Cylindrical-coordinate representation of color #DB2DAA: hue angle of 316.9º degrees, saturation: 0.71, 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 #DB2DAA is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 170 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.14 |
| HSL | 316.9º | 0.71% | 0.52% | - |
| HSV(B) | 316.9º | 0.79% | 0.86% | - |
| XYZ | 37.41 | 19.84 | 39.89 | - |
| YUV | 111.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 170 | 0 | 0.79 | 0.22 | 0.14 | 316.9 | 0.71 | 0.52 |
| Hex | DB | 2D | AA | 0 | 4F | 16 | E | 13D | 47 | 34 |
| Octal | 333 | 55 | 252 | 0 | 117 | 26 | 16 | 475 | 107 | 64 |
| Binary | 11011011 | 101101 | 10101010 | 0 | 1001111 | 10110 | 1110 | 100111101 | 1000111 | 110100 |
Color Harmonies of #DB2DAA
Complementary color
Monochromatic Colors of #DB2DAA
Black with #DB2DAA
Text Example
Text Example
White with #DB2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DAA; }
p { color: rgb(219,45,170); }
H1.HeaderClassName
{
color: #DB2DAA;
}
.AnyTagClassName
{
color: #DB2DAA;
}
</style>
background-color css
<style>
a { background-color: #DB2DAA; }
a { background-color: rgb(219,45,170); }
div.DivClassName
{
background-color: #DB2DAA;
}
.BgClassName
{
background-color: #DB2DAA;
}
</style>
border-color css
<style>
span { border-color: #DB2DAA; }
span { border-color: rgb(219,45,170); }
td.TdClassName
{
border-color: #DB2DAA;
}
.TagClassName
{
border-color: #DB2DAA;
}
</style>