Shades of Persian Rose #DE32AF
Tints of Persian Rose #DE32AF
RGB
CMYK
RGB Variations
Color information
#DE32AF (or 0xDE32AF) is known color: Persian Rose. HEX triplet: DE, 32 and AF. RGB value is (222,50,175). Sum of RGB (Red+Green+Blue) = 222+50+175=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE32AF is #21CD50. Grayscale: #737373. Windows color (decimal): -2215249 or 11481822. OLE color: 11481822.
HSL color Cylindrical-coordinate representation of color #DE32AF: hue angle of 316.4º 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 #DE32AF is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 175 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.13 |
| HSL | 316.4º | 0.72% | 0.53% | - |
| HSV(B) | 316.4º | 0.77% | 0.87% | - |
| XYZ | 39 | 20.91 | 42.54 | - |
| YUV | 115.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 175 | 0 | 0.77 | 0.21 | 0.13 | 316.4 | 0.72 | 0.53 |
| Hex | DE | 32 | AF | 0 | 4D | 15 | D | 13C | 48 | 35 |
| Octal | 336 | 62 | 257 | 0 | 115 | 25 | 15 | 474 | 110 | 65 |
| Binary | 11011110 | 110010 | 10101111 | 0 | 1001101 | 10101 | 1101 | 100111100 | 1001000 | 110101 |
Color Harmonies of #DE32AF
Complementary color
Monochromatic Colors of #DE32AF
Black with #DE32AF
Text Example
Text Example
White with #DE32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32AF; }
p { color: rgb(222,50,175); }
H1.HeaderClassName
{
color: #DE32AF;
}
.AnyTagClassName
{
color: #DE32AF;
}
</style>
background-color css
<style>
a { background-color: #DE32AF; }
a { background-color: rgb(222,50,175); }
div.DivClassName
{
background-color: #DE32AF;
}
.BgClassName
{
background-color: #DE32AF;
}
</style>
border-color css
<style>
span { border-color: #DE32AF; }
span { border-color: rgb(222,50,175); }
td.TdClassName
{
border-color: #DE32AF;
}
.TagClassName
{
border-color: #DE32AF;
}
</style>