Shades of Persian Rose #DF32AD
Tints of Persian Rose #DF32AD
RGB
CMYK
RGB Variations
Color information
#DF32AD (or 0xDF32AD) is known color: Persian Rose. HEX triplet: DF, 32 and AD. RGB value is (223,50,173). Sum of RGB (Red+Green+Blue) = 223+50+173=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF32AD is #20CD52. Grayscale: #737373. Windows color (decimal): -2149715 or 11350751. OLE color: 11350751.
HSL color Cylindrical-coordinate representation of color #DF32AD: hue angle of 317.34º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF32AD is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 173 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.13 |
| HSL | 317.34º | 0.73% | 0.54% | - |
| HSV(B) | 317.34º | 0.78% | 0.87% | - |
| XYZ | 39.11 | 20.99 | 41.52 | - |
| YUV | 115.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 173 | 0 | 0.78 | 0.22 | 0.13 | 317.34 | 0.73 | 0.54 |
| Hex | DF | 32 | AD | 0 | 4E | 16 | D | 13D | 49 | 36 |
| Octal | 337 | 62 | 255 | 0 | 116 | 26 | 15 | 475 | 111 | 66 |
| Binary | 11011111 | 110010 | 10101101 | 0 | 1001110 | 10110 | 1101 | 100111101 | 1001001 | 110110 |
Color Harmonies of #DF32AD
Complementary color
Monochromatic Colors of #DF32AD
Black with #DF32AD
Text Example
Text Example
White with #DF32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32AD; }
p { color: rgb(223,50,173); }
H1.HeaderClassName
{
color: #DF32AD;
}
.AnyTagClassName
{
color: #DF32AD;
}
</style>
background-color css
<style>
a { background-color: #DF32AD; }
a { background-color: rgb(223,50,173); }
div.DivClassName
{
background-color: #DF32AD;
}
.BgClassName
{
background-color: #DF32AD;
}
</style>
border-color css
<style>
span { border-color: #DF32AD; }
span { border-color: rgb(223,50,173); }
td.TdClassName
{
border-color: #DF32AD;
}
.TagClassName
{
border-color: #DF32AD;
}
</style>