Shades of Persian Rose #DF2CA9
Tints of Persian Rose #DF2CA9
RGB
CMYK
RGB Variations
Color information
#DF2CA9 (or 0xDF2CA9) is known color: Persian Rose. HEX triplet: DF, 2C and A9. RGB value is (223,44,169). Sum of RGB (Red+Green+Blue) = 223+44+169=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2CA9 is #20D356. Grayscale: #6F6F6F. Windows color (decimal): -2151255 or 11087071. OLE color: 11087071.
HSL color Cylindrical-coordinate representation of color #DF2CA9: hue angle of 318.1º 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 #DF2CA9 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 169 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.13 |
| HSL | 318.1º | 0.74% | 0.52% | - |
| HSV(B) | 318.1º | 0.8% | 0.87% | - |
| XYZ | 38.49 | 20.35 | 39.44 | - |
| YUV | 111.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 169 | 0 | 0.80 | 0.24 | 0.13 | 318.1 | 0.74 | 0.52 |
| Hex | DF | 2C | A9 | 0 | 50 | 18 | D | 13E | 4A | 34 |
| Octal | 337 | 54 | 251 | 0 | 120 | 30 | 15 | 476 | 112 | 64 |
| Binary | 11011111 | 101100 | 10101001 | 0 | 1010000 | 11000 | 1101 | 100111110 | 1001010 | 110100 |
Color Harmonies of #DF2CA9
Complementary color
Monochromatic Colors of #DF2CA9
Black with #DF2CA9
Text Example
Text Example
White with #DF2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CA9; }
p { color: rgb(223,44,169); }
H1.HeaderClassName
{
color: #DF2CA9;
}
.AnyTagClassName
{
color: #DF2CA9;
}
</style>
background-color css
<style>
a { background-color: #DF2CA9; }
a { background-color: rgb(223,44,169); }
div.DivClassName
{
background-color: #DF2CA9;
}
.BgClassName
{
background-color: #DF2CA9;
}
</style>
border-color css
<style>
span { border-color: #DF2CA9; }
span { border-color: rgb(223,44,169); }
td.TdClassName
{
border-color: #DF2CA9;
}
.TagClassName
{
border-color: #DF2CA9;
}
</style>