Shades of Persian Rose #DF209F
Tints of Persian Rose #DF209F
RGB
CMYK
RGB Variations
Color information
#DF209F (or 0xDF209F) is known color: Persian Rose. HEX triplet: DF, 20 and 9F. RGB value is (223,32,159). Sum of RGB (Red+Green+Blue) = 223+32+159=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF209F is #20DF60. Grayscale: #676767. Windows color (decimal): -2154337 or 10428639. OLE color: 10428639.
HSL color Cylindrical-coordinate representation of color #DF209F: hue angle of 320.1º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF209F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 159 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.13 |
| HSL | 320.1º | 0.75% | 0.5% | - |
| HSV(B) | 320.1º | 0.86% | 0.87% | - |
| XYZ | 37.21 | 19.22 | 34.55 | - |
| YUV | 103.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 159 | 0 | 0.86 | 0.29 | 0.13 | 320.1 | 0.75 | 0.5 |
| Hex | DF | 20 | 9F | 0 | 56 | 1D | D | 140 | 4B | 32 |
| Octal | 337 | 40 | 237 | 0 | 126 | 35 | 15 | 500 | 113 | 62 |
| Binary | 11011111 | 100000 | 10011111 | 0 | 1010110 | 11101 | 1101 | 101000000 | 1001011 | 110010 |
Color Harmonies of #DF209F
Complementary color
Monochromatic Colors of #DF209F
Black with #DF209F
Text Example
Text Example
White with #DF209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF209F; }
p { color: rgb(223,32,159); }
H1.HeaderClassName
{
color: #DF209F;
}
.AnyTagClassName
{
color: #DF209F;
}
</style>
background-color css
<style>
a { background-color: #DF209F; }
a { background-color: rgb(223,32,159); }
div.DivClassName
{
background-color: #DF209F;
}
.BgClassName
{
background-color: #DF209F;
}
</style>
border-color css
<style>
span { border-color: #DF209F; }
span { border-color: rgb(223,32,159); }
td.TdClassName
{
border-color: #DF209F;
}
.TagClassName
{
border-color: #DF209F;
}
</style>