Shades of Persian Rose #DE32A8
Tints of Persian Rose #DE32A8
RGB
CMYK
RGB Variations
Color information
#DE32A8 (or 0xDE32A8) is known color: Persian Rose. HEX triplet: DE, 32 and A8. RGB value is (222,50,168). Sum of RGB (Red+Green+Blue) = 222+50+168=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE32A8 is #21CD57. Grayscale: #727272. Windows color (decimal): -2215256 or 11023070. OLE color: 11023070.
HSL color Cylindrical-coordinate representation of color #DE32A8: hue angle of 318.84º 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 #DE32A8 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 168 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.13 |
| HSL | 318.84º | 0.72% | 0.53% | - |
| HSV(B) | 318.84º | 0.77% | 0.87% | - |
| XYZ | 38.33 | 20.64 | 39.01 | - |
| YUV | 114.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 168 | 0 | 0.77 | 0.24 | 0.13 | 318.84 | 0.72 | 0.53 |
| Hex | DE | 32 | A8 | 0 | 4D | 18 | D | 13F | 48 | 35 |
| Octal | 336 | 62 | 250 | 0 | 115 | 30 | 15 | 477 | 110 | 65 |
| Binary | 11011110 | 110010 | 10101000 | 0 | 1001101 | 11000 | 1101 | 100111111 | 1001000 | 110101 |
Color Harmonies of #DE32A8
Complementary color
Monochromatic Colors of #DE32A8
Black with #DE32A8
Text Example
Text Example
White with #DE32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32A8; }
p { color: rgb(222,50,168); }
H1.HeaderClassName
{
color: #DE32A8;
}
.AnyTagClassName
{
color: #DE32A8;
}
</style>
background-color css
<style>
a { background-color: #DE32A8; }
a { background-color: rgb(222,50,168); }
div.DivClassName
{
background-color: #DE32A8;
}
.BgClassName
{
background-color: #DE32A8;
}
</style>
border-color css
<style>
span { border-color: #DE32A8; }
span { border-color: rgb(222,50,168); }
td.TdClassName
{
border-color: #DE32A8;
}
.TagClassName
{
border-color: #DE32A8;
}
</style>