Shades of Persian Rose #DF2EA5
Tints of Persian Rose #DF2EA5
RGB
CMYK
RGB Variations
Color information
#DF2EA5 (or 0xDF2EA5) is known color: Persian Rose. HEX triplet: DF, 2E and A5. RGB value is (223,46,165). Sum of RGB (Red+Green+Blue) = 223+46+165=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA5 is #20D15A. Grayscale: #707070. Windows color (decimal): -2150747 or 10825439. OLE color: 10825439.
HSL color Cylindrical-coordinate representation of color #DF2EA5: hue angle of 319.66º 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 #DF2EA5 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 165 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.13 |
| HSL | 319.66º | 0.73% | 0.53% | - |
| HSV(B) | 319.66º | 0.79% | 0.87% | - |
| XYZ | 38.2 | 20.36 | 37.51 | - |
| YUV | 112.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 165 | 0 | 0.79 | 0.26 | 0.13 | 319.66 | 0.73 | 0.53 |
| Hex | DF | 2E | A5 | 0 | 4F | 1A | D | 140 | 49 | 35 |
| Octal | 337 | 56 | 245 | 0 | 117 | 32 | 15 | 500 | 111 | 65 |
| Binary | 11011111 | 101110 | 10100101 | 0 | 1001111 | 11010 | 1101 | 101000000 | 1001001 | 110101 |
Color Harmonies of #DF2EA5
Complementary color
Monochromatic Colors of #DF2EA5
Black with #DF2EA5
Text Example
Text Example
White with #DF2EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EA5; }
p { color: rgb(223,46,165); }
H1.HeaderClassName
{
color: #DF2EA5;
}
.AnyTagClassName
{
color: #DF2EA5;
}
</style>
background-color css
<style>
a { background-color: #DF2EA5; }
a { background-color: rgb(223,46,165); }
div.DivClassName
{
background-color: #DF2EA5;
}
.BgClassName
{
background-color: #DF2EA5;
}
</style>
border-color css
<style>
span { border-color: #DF2EA5; }
span { border-color: rgb(223,46,165); }
td.TdClassName
{
border-color: #DF2EA5;
}
.TagClassName
{
border-color: #DF2EA5;
}
</style>