Shades of Persian Rose #DF32A8
Tints of Persian Rose #DF32A8
RGB
CMYK
RGB Variations
Color information
#DF32A8 (or 0xDF32A8) is known color: Persian Rose. HEX triplet: DF, 32 and A8. RGB value is (223,50,168). Sum of RGB (Red+Green+Blue) = 223+50+168=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF32A8 is #20CD57. Grayscale: #727272. Windows color (decimal): -2149720 or 11023071. OLE color: 11023071.
HSL color Cylindrical-coordinate representation of color #DF32A8: hue angle of 319.08º 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 #DF32A8 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 168 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.13 |
| HSL | 319.08º | 0.73% | 0.54% | - |
| HSV(B) | 319.08º | 0.78% | 0.87% | - |
| XYZ | 38.64 | 20.8 | 39.02 | - |
| YUV | 115.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 168 | 0 | 0.78 | 0.25 | 0.13 | 319.08 | 0.73 | 0.54 |
| Hex | DF | 32 | A8 | 0 | 4E | 19 | D | 13F | 49 | 36 |
| Octal | 337 | 62 | 250 | 0 | 116 | 31 | 15 | 477 | 111 | 66 |
| Binary | 11011111 | 110010 | 10101000 | 0 | 1001110 | 11001 | 1101 | 100111111 | 1001001 | 110110 |
Color Harmonies of #DF32A8
Complementary color
Monochromatic Colors of #DF32A8
Black with #DF32A8
Text Example
Text Example
White with #DF32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32A8; }
p { color: rgb(223,50,168); }
H1.HeaderClassName
{
color: #DF32A8;
}
.AnyTagClassName
{
color: #DF32A8;
}
</style>
background-color css
<style>
a { background-color: #DF32A8; }
a { background-color: rgb(223,50,168); }
div.DivClassName
{
background-color: #DF32A8;
}
.BgClassName
{
background-color: #DF32A8;
}
</style>
border-color css
<style>
span { border-color: #DF32A8; }
span { border-color: rgb(223,50,168); }
td.TdClassName
{
border-color: #DF32A8;
}
.TagClassName
{
border-color: #DF32A8;
}
</style>