Shades of Persian Rose #DB2FAE
Tints of Persian Rose #DB2FAE
RGB
CMYK
RGB Variations
Color information
#DB2FAE (or 0xDB2FAE) is known color: Persian Rose. HEX triplet: DB, 2F and AE. RGB value is (219,47,174). Sum of RGB (Red+Green+Blue) = 219+47+174=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2FAE is #24D051. Grayscale: #707070. Windows color (decimal): -2412626 or 11415515. OLE color: 11415515.
HSL color Cylindrical-coordinate representation of color #DB2FAE: hue angle of 315.7º 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 #DB2FAE is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 174 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.14 |
| HSL | 315.7º | 0.7% | 0.52% | - |
| HSV(B) | 315.7º | 0.79% | 0.86% | - |
| XYZ | 37.87 | 20.15 | 41.94 | - |
| YUV | 112.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 174 | 0 | 0.79 | 0.21 | 0.14 | 315.7 | 0.7 | 0.52 |
| Hex | DB | 2F | AE | 0 | 4F | 15 | E | 13C | 46 | 34 |
| Octal | 333 | 57 | 256 | 0 | 117 | 25 | 16 | 474 | 106 | 64 |
| Binary | 11011011 | 101111 | 10101110 | 0 | 1001111 | 10101 | 1110 | 100111100 | 1000110 | 110100 |
Color Harmonies of #DB2FAE
Complementary color
Monochromatic Colors of #DB2FAE
Black with #DB2FAE
Text Example
Text Example
White with #DB2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FAE; }
p { color: rgb(219,47,174); }
H1.HeaderClassName
{
color: #DB2FAE;
}
.AnyTagClassName
{
color: #DB2FAE;
}
</style>
background-color css
<style>
a { background-color: #DB2FAE; }
a { background-color: rgb(219,47,174); }
div.DivClassName
{
background-color: #DB2FAE;
}
.BgClassName
{
background-color: #DB2FAE;
}
</style>
border-color css
<style>
span { border-color: #DB2FAE; }
span { border-color: rgb(219,47,174); }
td.TdClassName
{
border-color: #DB2FAE;
}
.TagClassName
{
border-color: #DB2FAE;
}
</style>