Shades of Persian Rose #DF2DA9
Tints of Persian Rose #DF2DA9
RGB
CMYK
RGB Variations
Color information
#DF2DA9 (or 0xDF2DA9) is known color: Persian Rose. HEX triplet: DF, 2D and A9. RGB value is (223,45,169). Sum of RGB (Red+Green+Blue) = 223+45+169=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DA9 is #20D256. Grayscale: #707070. Windows color (decimal): -2150999 or 11087327. OLE color: 11087327.
HSL color Cylindrical-coordinate representation of color #DF2DA9: hue angle of 318.2º 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 #DF2DA9 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 169 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.13 |
| HSL | 318.2º | 0.74% | 0.53% | - |
| HSV(B) | 318.2º | 0.8% | 0.87% | - |
| XYZ | 38.53 | 20.43 | 39.45 | - |
| YUV | 112.36 | 159.97 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 169 | 0 | 0.80 | 0.24 | 0.13 | 318.2 | 0.74 | 0.53 |
| Hex | DF | 2D | A9 | 0 | 50 | 18 | D | 13E | 4A | 35 |
| Octal | 337 | 55 | 251 | 0 | 120 | 30 | 15 | 476 | 112 | 65 |
| Binary | 11011111 | 101101 | 10101001 | 0 | 1010000 | 11000 | 1101 | 100111110 | 1001010 | 110101 |
Color Harmonies of #DF2DA9
Complementary color
Monochromatic Colors of #DF2DA9
Black with #DF2DA9
Text Example
Text Example
White with #DF2DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DA9; }
p { color: rgb(223,45,169); }
H1.HeaderClassName
{
color: #DF2DA9;
}
.AnyTagClassName
{
color: #DF2DA9;
}
</style>
background-color css
<style>
a { background-color: #DF2DA9; }
a { background-color: rgb(223,45,169); }
div.DivClassName
{
background-color: #DF2DA9;
}
.BgClassName
{
background-color: #DF2DA9;
}
</style>
border-color css
<style>
span { border-color: #DF2DA9; }
span { border-color: rgb(223,45,169); }
td.TdClassName
{
border-color: #DF2DA9;
}
.TagClassName
{
border-color: #DF2DA9;
}
</style>