Shades of Persian Rose #DE32AC
Tints of Persian Rose #DE32AC
RGB
CMYK
RGB Variations
Color information
#DE32AC (or 0xDE32AC) is known color: Persian Rose. HEX triplet: DE, 32 and AC. RGB value is (222,50,172). Sum of RGB (Red+Green+Blue) = 222+50+172=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE32AC is #21CD53. Grayscale: #737373. Windows color (decimal): -2215252 or 11285214. OLE color: 11285214.
HSL color Cylindrical-coordinate representation of color #DE32AC: hue angle of 317.44º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE32AC is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 172 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.13 |
| HSL | 317.44º | 0.72% | 0.53% | - |
| HSV(B) | 317.44º | 0.77% | 0.87% | - |
| XYZ | 38.71 | 20.79 | 41 | - |
| YUV | 115.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 172 | 0 | 0.77 | 0.23 | 0.13 | 317.44 | 0.72 | 0.53 |
| Hex | DE | 32 | AC | 0 | 4D | 17 | D | 13D | 48 | 35 |
| Octal | 336 | 62 | 254 | 0 | 115 | 27 | 15 | 475 | 110 | 65 |
| Binary | 11011110 | 110010 | 10101100 | 0 | 1001101 | 10111 | 1101 | 100111101 | 1001000 | 110101 |
Color Harmonies of #DE32AC
Complementary color
Monochromatic Colors of #DE32AC
Black with #DE32AC
Text Example
Text Example
White with #DE32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32AC; }
p { color: rgb(222,50,172); }
H1.HeaderClassName
{
color: #DE32AC;
}
.AnyTagClassName
{
color: #DE32AC;
}
</style>
background-color css
<style>
a { background-color: #DE32AC; }
a { background-color: rgb(222,50,172); }
div.DivClassName
{
background-color: #DE32AC;
}
.BgClassName
{
background-color: #DE32AC;
}
</style>
border-color css
<style>
span { border-color: #DE32AC; }
span { border-color: rgb(222,50,172); }
td.TdClassName
{
border-color: #DE32AC;
}
.TagClassName
{
border-color: #DE32AC;
}
</style>