Shades of Persian Rose #DF2DAC
Tints of Persian Rose #DF2DAC
RGB
CMYK
RGB Variations
Color information
#DF2DAC (or 0xDF2DAC) is known color: Persian Rose. HEX triplet: DF, 2D and AC. RGB value is (223,45,172). Sum of RGB (Red+Green+Blue) = 223+45+172=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DAC is #20D253. Grayscale: #707070. Windows color (decimal): -2150996 or 11283935. OLE color: 11283935.
HSL color Cylindrical-coordinate representation of color #DF2DAC: hue angle of 317.19º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DAC is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 172 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 317.19º | 0.74% | 0.53% | - |
| HSV(B) | 317.19º | 0.8% | 0.87% | - |
| XYZ | 38.82 | 20.54 | 40.95 | - |
| YUV | 112.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 172 | 0 | 0.80 | 0.23 | 0.13 | 317.19 | 0.74 | 0.53 |
| Hex | DF | 2D | AC | 0 | 50 | 17 | D | 13D | 4A | 35 |
| Octal | 337 | 55 | 254 | 0 | 120 | 27 | 15 | 475 | 112 | 65 |
| Binary | 11011111 | 101101 | 10101100 | 0 | 1010000 | 10111 | 1101 | 100111101 | 1001010 | 110101 |
Color Harmonies of #DF2DAC
Complementary color
Monochromatic Colors of #DF2DAC
Black with #DF2DAC
Text Example
Text Example
White with #DF2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DAC; }
p { color: rgb(223,45,172); }
H1.HeaderClassName
{
color: #DF2DAC;
}
.AnyTagClassName
{
color: #DF2DAC;
}
</style>
background-color css
<style>
a { background-color: #DF2DAC; }
a { background-color: rgb(223,45,172); }
div.DivClassName
{
background-color: #DF2DAC;
}
.BgClassName
{
background-color: #DF2DAC;
}
</style>
border-color css
<style>
span { border-color: #DF2DAC; }
span { border-color: rgb(223,45,172); }
td.TdClassName
{
border-color: #DF2DAC;
}
.TagClassName
{
border-color: #DF2DAC;
}
</style>