Shades of Persian Rose #DE1EA1
Tints of Persian Rose #DE1EA1
RGB
CMYK
RGB Variations
Color information
#DE1EA1 (or 0xDE1EA1) is known color: Persian Rose. HEX triplet: DE, 1E and A1. RGB value is (222,30,161). Sum of RGB (Red+Green+Blue) = 222+30+161=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1EA1 is #21E15E. Grayscale: #666666. Windows color (decimal): -2220383 or 10559198. OLE color: 10559198.
HSL color Cylindrical-coordinate representation of color #DE1EA1: hue angle of 319.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1EA1 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 161 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.13 |
| HSL | 319.06º | 0.76% | 0.49% | - |
| HSV(B) | 319.06º | 0.86% | 0.87% | - |
| XYZ | 37.02 | 19.03 | 35.44 | - |
| YUV | 102.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 161 | 0 | 0.86 | 0.27 | 0.13 | 319.06 | 0.76 | 0.49 |
| Hex | DE | 1E | A1 | 0 | 56 | 1B | D | 13F | 4C | 31 |
| Octal | 336 | 36 | 241 | 0 | 126 | 33 | 15 | 477 | 114 | 61 |
| Binary | 11011110 | 11110 | 10100001 | 0 | 1010110 | 11011 | 1101 | 100111111 | 1001100 | 110001 |
Color Harmonies of #DE1EA1
Complementary color
Monochromatic Colors of #DE1EA1
Black with #DE1EA1
Text Example
Text Example
White with #DE1EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EA1; }
p { color: rgb(222,30,161); }
H1.HeaderClassName
{
color: #DE1EA1;
}
.AnyTagClassName
{
color: #DE1EA1;
}
</style>
background-color css
<style>
a { background-color: #DE1EA1; }
a { background-color: rgb(222,30,161); }
div.DivClassName
{
background-color: #DE1EA1;
}
.BgClassName
{
background-color: #DE1EA1;
}
</style>
border-color css
<style>
span { border-color: #DE1EA1; }
span { border-color: rgb(222,30,161); }
td.TdClassName
{
border-color: #DE1EA1;
}
.TagClassName
{
border-color: #DE1EA1;
}
</style>