Shades of Persian Rose #DF32A6
Tints of Persian Rose #DF32A6
RGB
CMYK
RGB Variations
Color information
#DF32A6 (or 0xDF32A6) is known color: Persian Rose. HEX triplet: DF, 32 and A6. RGB value is (223,50,166). Sum of RGB (Red+Green+Blue) = 223+50+166=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF32A6 is #20CD59. Grayscale: #727272. Windows color (decimal): -2149722 or 10891999. OLE color: 10891999.
HSL color Cylindrical-coordinate representation of color #DF32A6: hue angle of 319.77º 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 #DF32A6 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 166 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.13 |
| HSL | 319.77º | 0.73% | 0.54% | - |
| HSV(B) | 319.77º | 0.78% | 0.87% | - |
| XYZ | 38.45 | 20.72 | 38.05 | - |
| YUV | 114.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 166 | 0 | 0.78 | 0.26 | 0.13 | 319.77 | 0.73 | 0.54 |
| Hex | DF | 32 | A6 | 0 | 4E | 1A | D | 140 | 49 | 36 |
| Octal | 337 | 62 | 246 | 0 | 116 | 32 | 15 | 500 | 111 | 66 |
| Binary | 11011111 | 110010 | 10100110 | 0 | 1001110 | 11010 | 1101 | 101000000 | 1001001 | 110110 |
Color Harmonies of #DF32A6
Complementary color
Monochromatic Colors of #DF32A6
Black with #DF32A6
Text Example
Text Example
White with #DF32A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32A6; }
p { color: rgb(223,50,166); }
H1.HeaderClassName
{
color: #DF32A6;
}
.AnyTagClassName
{
color: #DF32A6;
}
</style>
background-color css
<style>
a { background-color: #DF32A6; }
a { background-color: rgb(223,50,166); }
div.DivClassName
{
background-color: #DF32A6;
}
.BgClassName
{
background-color: #DF32A6;
}
</style>
border-color css
<style>
span { border-color: #DF32A6; }
span { border-color: rgb(223,50,166); }
td.TdClassName
{
border-color: #DF32A6;
}
.TagClassName
{
border-color: #DF32A6;
}
</style>