Shades of Persian Rose #DE20A1
Tints of Persian Rose #DE20A1
RGB
CMYK
RGB Variations
Color information
#DE20A1 (or 0xDE20A1) is known color: Persian Rose. HEX triplet: DE, 20 and A1. RGB value is (222,32,161). Sum of RGB (Red+Green+Blue) = 222+32+161=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE20A1 is #21DF5E. Grayscale: #676767. Windows color (decimal): -2219871 or 10559710. OLE color: 10559710.
HSL color Cylindrical-coordinate representation of color #DE20A1: hue angle of 319.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE20A1 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 161 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.13 |
| HSL | 319.26º | 0.75% | 0.5% | - |
| HSV(B) | 319.26º | 0.86% | 0.87% | - |
| XYZ | 37.07 | 19.14 | 35.46 | - |
| YUV | 103.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 161 | 0 | 0.86 | 0.27 | 0.13 | 319.26 | 0.75 | 0.5 |
| Hex | DE | 20 | A1 | 0 | 56 | 1B | D | 13F | 4B | 32 |
| Octal | 336 | 40 | 241 | 0 | 126 | 33 | 15 | 477 | 113 | 62 |
| Binary | 11011110 | 100000 | 10100001 | 0 | 1010110 | 11011 | 1101 | 100111111 | 1001011 | 110010 |
Color Harmonies of #DE20A1
Complementary color
Monochromatic Colors of #DE20A1
Black with #DE20A1
Text Example
Text Example
White with #DE20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE20A1; }
p { color: rgb(222,32,161); }
H1.HeaderClassName
{
color: #DE20A1;
}
.AnyTagClassName
{
color: #DE20A1;
}
</style>
background-color css
<style>
a { background-color: #DE20A1; }
a { background-color: rgb(222,32,161); }
div.DivClassName
{
background-color: #DE20A1;
}
.BgClassName
{
background-color: #DE20A1;
}
</style>
border-color css
<style>
span { border-color: #DE20A1; }
span { border-color: rgb(222,32,161); }
td.TdClassName
{
border-color: #DE20A1;
}
.TagClassName
{
border-color: #DE20A1;
}
</style>