Shades of Persian Rose #DB2BAA
Tints of Persian Rose #DB2BAA
RGB
CMYK
RGB Variations
Color information
#DB2BAA (or 0xDB2BAA) is known color: Persian Rose. HEX triplet: DB, 2B and AA. RGB value is (219,43,170). Sum of RGB (Red+Green+Blue) = 219+43+170=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2BAA is #24D455. Grayscale: #6D6D6D. Windows color (decimal): -2413654 or 11152347. OLE color: 11152347.
HSL color Cylindrical-coordinate representation of color #DB2BAA: hue angle of 316.7º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BAA is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 170 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.14 |
| HSL | 316.7º | 0.71% | 0.51% | - |
| HSV(B) | 316.7º | 0.8% | 0.86% | - |
| XYZ | 37.33 | 19.69 | 39.86 | - |
| YUV | 110.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 170 | 0 | 0.80 | 0.22 | 0.14 | 316.7 | 0.71 | 0.51 |
| Hex | DB | 2B | AA | 0 | 50 | 16 | E | 13D | 47 | 33 |
| Octal | 333 | 53 | 252 | 0 | 120 | 26 | 16 | 475 | 107 | 63 |
| Binary | 11011011 | 101011 | 10101010 | 0 | 1010000 | 10110 | 1110 | 100111101 | 1000111 | 110011 |
Color Harmonies of #DB2BAA
Complementary color
Monochromatic Colors of #DB2BAA
Black with #DB2BAA
Text Example
Text Example
White with #DB2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BAA; }
p { color: rgb(219,43,170); }
H1.HeaderClassName
{
color: #DB2BAA;
}
.AnyTagClassName
{
color: #DB2BAA;
}
</style>
background-color css
<style>
a { background-color: #DB2BAA; }
a { background-color: rgb(219,43,170); }
div.DivClassName
{
background-color: #DB2BAA;
}
.BgClassName
{
background-color: #DB2BAA;
}
</style>
border-color css
<style>
span { border-color: #DB2BAA; }
span { border-color: rgb(219,43,170); }
td.TdClassName
{
border-color: #DB2BAA;
}
.TagClassName
{
border-color: #DB2BAA;
}
</style>