Shades of Persian Rose #DF37A9
Tints of Persian Rose #DF37A9
RGB
CMYK
RGB Variations
Color information
#DF37A9 (or 0xDF37A9) is known color: Persian Rose. HEX triplet: DF, 37 and A9. RGB value is (223,55,169). Sum of RGB (Red+Green+Blue) = 223+55+169=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF37A9 is #20C856. Grayscale: #757575. Windows color (decimal): -2148439 or 11089887. OLE color: 11089887.
HSL color Cylindrical-coordinate representation of color #DF37A9: hue angle of 319.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37A9 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 169 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.13 |
| HSL | 319.29º | 0.72% | 0.55% | - |
| HSV(B) | 319.29º | 0.75% | 0.87% | - |
| XYZ | 38.96 | 21.28 | 39.59 | - |
| YUV | 118.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 169 | 0 | 0.75 | 0.24 | 0.13 | 319.29 | 0.72 | 0.55 |
| Hex | DF | 37 | A9 | 0 | 4B | 18 | D | 13F | 48 | 37 |
| Octal | 337 | 67 | 251 | 0 | 113 | 30 | 15 | 477 | 110 | 67 |
| Binary | 11011111 | 110111 | 10101001 | 0 | 1001011 | 11000 | 1101 | 100111111 | 1001000 | 110111 |
Color Harmonies of #DF37A9
Complementary color
Monochromatic Colors of #DF37A9
Black with #DF37A9
Text Example
Text Example
White with #DF37A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37A9; }
p { color: rgb(223,55,169); }
H1.HeaderClassName
{
color: #DF37A9;
}
.AnyTagClassName
{
color: #DF37A9;
}
</style>
background-color css
<style>
a { background-color: #DF37A9; }
a { background-color: rgb(223,55,169); }
div.DivClassName
{
background-color: #DF37A9;
}
.BgClassName
{
background-color: #DF37A9;
}
</style>
border-color css
<style>
span { border-color: #DF37A9; }
span { border-color: rgb(223,55,169); }
td.TdClassName
{
border-color: #DF37A9;
}
.TagClassName
{
border-color: #DF37A9;
}
</style>