Shades of Persian Rose #DF2CAC
Tints of Persian Rose #DF2CAC
RGB
CMYK
RGB Variations
Color information
#DF2CAC (or 0xDF2CAC) is known color: Persian Rose. HEX triplet: DF, 2C and AC. RGB value is (223,44,172). Sum of RGB (Red+Green+Blue) = 223+44+172=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2CAC is #20D353. Grayscale: #6F6F6F. Windows color (decimal): -2151252 or 11283679. OLE color: 11283679.
HSL color Cylindrical-coordinate representation of color #DF2CAC: hue angle of 317.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CAC is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 172 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 317.1º | 0.74% | 0.52% | - |
| HSV(B) | 317.1º | 0.8% | 0.87% | - |
| XYZ | 38.78 | 20.47 | 40.94 | - |
| YUV | 112.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 172 | 0 | 0.80 | 0.23 | 0.13 | 317.1 | 0.74 | 0.52 |
| Hex | DF | 2C | AC | 0 | 50 | 17 | D | 13D | 4A | 34 |
| Octal | 337 | 54 | 254 | 0 | 120 | 27 | 15 | 475 | 112 | 64 |
| Binary | 11011111 | 101100 | 10101100 | 0 | 1010000 | 10111 | 1101 | 100111101 | 1001010 | 110100 |
Color Harmonies of #DF2CAC
Complementary color
Monochromatic Colors of #DF2CAC
Black with #DF2CAC
Text Example
Text Example
White with #DF2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CAC; }
p { color: rgb(223,44,172); }
H1.HeaderClassName
{
color: #DF2CAC;
}
.AnyTagClassName
{
color: #DF2CAC;
}
</style>
background-color css
<style>
a { background-color: #DF2CAC; }
a { background-color: rgb(223,44,172); }
div.DivClassName
{
background-color: #DF2CAC;
}
.BgClassName
{
background-color: #DF2CAC;
}
</style>
border-color css
<style>
span { border-color: #DF2CAC; }
span { border-color: rgb(223,44,172); }
td.TdClassName
{
border-color: #DF2CAC;
}
.TagClassName
{
border-color: #DF2CAC;
}
</style>