Shades of Persian Rose #DF37AD
Tints of Persian Rose #DF37AD
RGB
CMYK
RGB Variations
Color information
#DF37AD (or 0xDF37AD) is known color: Persian Rose. HEX triplet: DF, 37 and AD. RGB value is (223,55,173). Sum of RGB (Red+Green+Blue) = 223+55+173=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF37AD is #20C852. Grayscale: #767676. Windows color (decimal): -2148435 or 11352031. OLE color: 11352031.
HSL color Cylindrical-coordinate representation of color #DF37AD: hue angle of 317.86º 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 #DF37AD is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 173 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.13 |
| HSL | 317.86º | 0.72% | 0.55% | - |
| HSV(B) | 317.86º | 0.75% | 0.87% | - |
| XYZ | 39.34 | 21.44 | 41.6 | - |
| YUV | 118.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 173 | 0 | 0.75 | 0.22 | 0.13 | 317.86 | 0.72 | 0.55 |
| Hex | DF | 37 | AD | 0 | 4B | 16 | D | 13E | 48 | 37 |
| Octal | 337 | 67 | 255 | 0 | 113 | 26 | 15 | 476 | 110 | 67 |
| Binary | 11011111 | 110111 | 10101101 | 0 | 1001011 | 10110 | 1101 | 100111110 | 1001000 | 110111 |
Color Harmonies of #DF37AD
Complementary color
Monochromatic Colors of #DF37AD
Black with #DF37AD
Text Example
Text Example
White with #DF37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37AD; }
p { color: rgb(223,55,173); }
H1.HeaderClassName
{
color: #DF37AD;
}
.AnyTagClassName
{
color: #DF37AD;
}
</style>
background-color css
<style>
a { background-color: #DF37AD; }
a { background-color: rgb(223,55,173); }
div.DivClassName
{
background-color: #DF37AD;
}
.BgClassName
{
background-color: #DF37AD;
}
</style>
border-color css
<style>
span { border-color: #DF37AD; }
span { border-color: rgb(223,55,173); }
td.TdClassName
{
border-color: #DF37AD;
}
.TagClassName
{
border-color: #DF37AD;
}
</style>