Shades of Persian Rose #DB2EAE
Tints of Persian Rose #DB2EAE
RGB
CMYK
RGB Variations
Color information
#DB2EAE (or 0xDB2EAE) is known color: Persian Rose. HEX triplet: DB, 2E and AE. RGB value is (219,46,174). Sum of RGB (Red+Green+Blue) = 219+46+174=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2EAE is #24D151. Grayscale: #6F6F6F. Windows color (decimal): -2412882 or 11415259. OLE color: 11415259.
HSL color Cylindrical-coordinate representation of color #DB2EAE: hue angle of 315.61º 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 #DB2EAE is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 174 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.14 |
| HSL | 315.61º | 0.71% | 0.52% | - |
| HSV(B) | 315.61º | 0.79% | 0.86% | - |
| XYZ | 37.83 | 20.07 | 41.92 | - |
| YUV | 112.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 174 | 0 | 0.79 | 0.21 | 0.14 | 315.61 | 0.71 | 0.52 |
| Hex | DB | 2E | AE | 0 | 4F | 15 | E | 13C | 47 | 34 |
| Octal | 333 | 56 | 256 | 0 | 117 | 25 | 16 | 474 | 107 | 64 |
| Binary | 11011011 | 101110 | 10101110 | 0 | 1001111 | 10101 | 1110 | 100111100 | 1000111 | 110100 |
Color Harmonies of #DB2EAE
Complementary color
Monochromatic Colors of #DB2EAE
Black with #DB2EAE
Text Example
Text Example
White with #DB2EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EAE; }
p { color: rgb(219,46,174); }
H1.HeaderClassName
{
color: #DB2EAE;
}
.AnyTagClassName
{
color: #DB2EAE;
}
</style>
background-color css
<style>
a { background-color: #DB2EAE; }
a { background-color: rgb(219,46,174); }
div.DivClassName
{
background-color: #DB2EAE;
}
.BgClassName
{
background-color: #DB2EAE;
}
</style>
border-color css
<style>
span { border-color: #DB2EAE; }
span { border-color: rgb(219,46,174); }
td.TdClassName
{
border-color: #DB2EAE;
}
.TagClassName
{
border-color: #DB2EAE;
}
</style>