Shades of Persian Rose #DE29AB
Tints of Persian Rose #DE29AB
RGB
CMYK
RGB Variations
Color information
#DE29AB (or 0xDE29AB) is known color: Persian Rose. HEX triplet: DE, 29 and AB. RGB value is (222,41,171). Sum of RGB (Red+Green+Blue) = 222+41+171=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29AB is #21D654. Grayscale: #6D6D6D. Windows color (decimal): -2217557 or 11217374. OLE color: 11217374.
HSL color Cylindrical-coordinate representation of color #DE29AB: hue angle of 316.91º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE29AB is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 171 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.13 |
| HSL | 316.91º | 0.73% | 0.52% | - |
| HSV(B) | 316.91º | 0.82% | 0.87% | - |
| XYZ | 38.27 | 20.06 | 40.38 | - |
| YUV | 109.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 171 | 0 | 0.82 | 0.23 | 0.13 | 316.91 | 0.73 | 0.52 |
| Hex | DE | 29 | AB | 0 | 52 | 17 | D | 13D | 49 | 34 |
| Octal | 336 | 51 | 253 | 0 | 122 | 27 | 15 | 475 | 111 | 64 |
| Binary | 11011110 | 101001 | 10101011 | 0 | 1010010 | 10111 | 1101 | 100111101 | 1001001 | 110100 |
Color Harmonies of #DE29AB
Complementary color
Monochromatic Colors of #DE29AB
Black with #DE29AB
Text Example
Text Example
White with #DE29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE29AB; }
p { color: rgb(222,41,171); }
H1.HeaderClassName
{
color: #DE29AB;
}
.AnyTagClassName
{
color: #DE29AB;
}
</style>
background-color css
<style>
a { background-color: #DE29AB; }
a { background-color: rgb(222,41,171); }
div.DivClassName
{
background-color: #DE29AB;
}
.BgClassName
{
background-color: #DE29AB;
}
</style>
border-color css
<style>
span { border-color: #DE29AB; }
span { border-color: rgb(222,41,171); }
td.TdClassName
{
border-color: #DE29AB;
}
.TagClassName
{
border-color: #DE29AB;
}
</style>