Shades of Persian Rose #DF2FAE
Tints of Persian Rose #DF2FAE
RGB
CMYK
RGB Variations
Color information
#DF2FAE (or 0xDF2FAE) is known color: Persian Rose. HEX triplet: DF, 2F and AE. RGB value is (223,47,174). Sum of RGB (Red+Green+Blue) = 223+47+174=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FAE is #20D051. Grayscale: #717171. Windows color (decimal): -2150482 or 11415519. OLE color: 11415519.
HSL color Cylindrical-coordinate representation of color #DF2FAE: hue angle of 316.7º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2FAE is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 174 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.13 |
| HSL | 316.7º | 0.73% | 0.53% | - |
| HSV(B) | 316.7º | 0.79% | 0.87% | - |
| XYZ | 39.09 | 20.78 | 41.99 | - |
| YUV | 114.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 174 | 0 | 0.79 | 0.22 | 0.13 | 316.7 | 0.73 | 0.53 |
| Hex | DF | 2F | AE | 0 | 4F | 16 | D | 13D | 49 | 35 |
| Octal | 337 | 57 | 256 | 0 | 117 | 26 | 15 | 475 | 111 | 65 |
| Binary | 11011111 | 101111 | 10101110 | 0 | 1001111 | 10110 | 1101 | 100111101 | 1001001 | 110101 |
Color Harmonies of #DF2FAE
Complementary color
Monochromatic Colors of #DF2FAE
Black with #DF2FAE
Text Example
Text Example
White with #DF2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FAE; }
p { color: rgb(223,47,174); }
H1.HeaderClassName
{
color: #DF2FAE;
}
.AnyTagClassName
{
color: #DF2FAE;
}
</style>
background-color css
<style>
a { background-color: #DF2FAE; }
a { background-color: rgb(223,47,174); }
div.DivClassName
{
background-color: #DF2FAE;
}
.BgClassName
{
background-color: #DF2FAE;
}
</style>
border-color css
<style>
span { border-color: #DF2FAE; }
span { border-color: rgb(223,47,174); }
td.TdClassName
{
border-color: #DF2FAE;
}
.TagClassName
{
border-color: #DF2FAE;
}
</style>