Shades of Persian Rose #DF2EAC
Tints of Persian Rose #DF2EAC
RGB
CMYK
RGB Variations
Color information
#DF2EAC (or 0xDF2EAC) is known color: Persian Rose. HEX triplet: DF, 2E and AC. RGB value is (223,46,172). Sum of RGB (Red+Green+Blue) = 223+46+172=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EAC is #20D153. Grayscale: #707070. Windows color (decimal): -2150740 or 11284191. OLE color: 11284191.
HSL color Cylindrical-coordinate representation of color #DF2EAC: hue angle of 317.29º 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 #DF2EAC is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 172 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.13 |
| HSL | 317.29º | 0.73% | 0.53% | - |
| HSV(B) | 317.29º | 0.79% | 0.87% | - |
| XYZ | 38.85 | 20.62 | 40.96 | - |
| YUV | 113.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 172 | 0 | 0.79 | 0.23 | 0.13 | 317.29 | 0.73 | 0.53 |
| Hex | DF | 2E | AC | 0 | 4F | 17 | D | 13D | 49 | 35 |
| Octal | 337 | 56 | 254 | 0 | 117 | 27 | 15 | 475 | 111 | 65 |
| Binary | 11011111 | 101110 | 10101100 | 0 | 1001111 | 10111 | 1101 | 100111101 | 1001001 | 110101 |
Color Harmonies of #DF2EAC
Complementary color
Monochromatic Colors of #DF2EAC
Black with #DF2EAC
Text Example
Text Example
White with #DF2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EAC; }
p { color: rgb(223,46,172); }
H1.HeaderClassName
{
color: #DF2EAC;
}
.AnyTagClassName
{
color: #DF2EAC;
}
</style>
background-color css
<style>
a { background-color: #DF2EAC; }
a { background-color: rgb(223,46,172); }
div.DivClassName
{
background-color: #DF2EAC;
}
.BgClassName
{
background-color: #DF2EAC;
}
</style>
border-color css
<style>
span { border-color: #DF2EAC; }
span { border-color: rgb(223,46,172); }
td.TdClassName
{
border-color: #DF2EAC;
}
.TagClassName
{
border-color: #DF2EAC;
}
</style>