Shades of Persian Rose #DF2FAC
Tints of Persian Rose #DF2FAC
RGB
CMYK
RGB Variations
Color information
#DF2FAC (or 0xDF2FAC) is known color: Persian Rose. HEX triplet: DF, 2F and AC. RGB value is (223,47,172). Sum of RGB (Red+Green+Blue) = 223+47+172=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FAC is #20D053. Grayscale: #717171. Windows color (decimal): -2150484 or 11284447. OLE color: 11284447.
HSL color Cylindrical-coordinate representation of color #DF2FAC: hue angle of 317.39º 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 #DF2FAC is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 172 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.13 |
| HSL | 317.39º | 0.73% | 0.53% | - |
| HSV(B) | 317.39º | 0.79% | 0.87% | - |
| XYZ | 38.89 | 20.7 | 40.98 | - |
| YUV | 113.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 172 | 0 | 0.79 | 0.23 | 0.13 | 317.39 | 0.73 | 0.53 |
| Hex | DF | 2F | AC | 0 | 4F | 17 | D | 13D | 49 | 35 |
| Octal | 337 | 57 | 254 | 0 | 117 | 27 | 15 | 475 | 111 | 65 |
| Binary | 11011111 | 101111 | 10101100 | 0 | 1001111 | 10111 | 1101 | 100111101 | 1001001 | 110101 |
Color Harmonies of #DF2FAC
Complementary color
Monochromatic Colors of #DF2FAC
Black with #DF2FAC
Text Example
Text Example
White with #DF2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FAC; }
p { color: rgb(223,47,172); }
H1.HeaderClassName
{
color: #DF2FAC;
}
.AnyTagClassName
{
color: #DF2FAC;
}
</style>
background-color css
<style>
a { background-color: #DF2FAC; }
a { background-color: rgb(223,47,172); }
div.DivClassName
{
background-color: #DF2FAC;
}
.BgClassName
{
background-color: #DF2FAC;
}
</style>
border-color css
<style>
span { border-color: #DF2FAC; }
span { border-color: rgb(223,47,172); }
td.TdClassName
{
border-color: #DF2FAC;
}
.TagClassName
{
border-color: #DF2FAC;
}
</style>