Shades of Persian Rose #DB2EAB
Tints of Persian Rose #DB2EAB
RGB
CMYK
RGB Variations
Color information
#DB2EAB (or 0xDB2EAB) is known color: Persian Rose. HEX triplet: DB, 2E and AB. RGB value is (219,46,171). Sum of RGB (Red+Green+Blue) = 219+46+171=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2EAB is #24D154. Grayscale: #6F6F6F. Windows color (decimal): -2412885 or 11218651. OLE color: 11218651.
HSL color Cylindrical-coordinate representation of color #DB2EAB: hue angle of 316.65º 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 #DB2EAB is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 171 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.14 |
| HSL | 316.65º | 0.71% | 0.52% | - |
| HSV(B) | 316.65º | 0.79% | 0.86% | - |
| XYZ | 37.54 | 19.95 | 40.4 | - |
| YUV | 111.98 | 161.31 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 171 | 0 | 0.79 | 0.22 | 0.14 | 316.65 | 0.71 | 0.52 |
| Hex | DB | 2E | AB | 0 | 4F | 16 | E | 13D | 47 | 34 |
| Octal | 333 | 56 | 253 | 0 | 117 | 26 | 16 | 475 | 107 | 64 |
| Binary | 11011011 | 101110 | 10101011 | 0 | 1001111 | 10110 | 1110 | 100111101 | 1000111 | 110100 |
Color Harmonies of #DB2EAB
Complementary color
Monochromatic Colors of #DB2EAB
Black with #DB2EAB
Text Example
Text Example
White with #DB2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EAB; }
p { color: rgb(219,46,171); }
H1.HeaderClassName
{
color: #DB2EAB;
}
.AnyTagClassName
{
color: #DB2EAB;
}
</style>
background-color css
<style>
a { background-color: #DB2EAB; }
a { background-color: rgb(219,46,171); }
div.DivClassName
{
background-color: #DB2EAB;
}
.BgClassName
{
background-color: #DB2EAB;
}
</style>
border-color css
<style>
span { border-color: #DB2EAB; }
span { border-color: rgb(219,46,171); }
td.TdClassName
{
border-color: #DB2EAB;
}
.TagClassName
{
border-color: #DB2EAB;
}
</style>