Shades of Persian Rose #DE34AB
Tints of Persian Rose #DE34AB
RGB
CMYK
RGB Variations
Color information
#DE34AB (or 0xDE34AB) is known color: Persian Rose. HEX triplet: DE, 34 and AB. RGB value is (222,52,171). Sum of RGB (Red+Green+Blue) = 222+52+171=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34AB is #21CB54. Grayscale: #747474. Windows color (decimal): -2214741 or 11220190. OLE color: 11220190.
HSL color Cylindrical-coordinate representation of color #DE34AB: hue angle of 318º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE34AB is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 171 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.13 |
| HSL | 318º | 0.72% | 0.54% | - |
| HSV(B) | 318º | 0.77% | 0.87% | - |
| XYZ | 38.7 | 20.93 | 40.53 | - |
| YUV | 116.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 171 | 0 | 0.77 | 0.23 | 0.13 | 318 | 0.72 | 0.54 |
| Hex | DE | 34 | AB | 0 | 4D | 17 | D | 13E | 48 | 36 |
| Octal | 336 | 64 | 253 | 0 | 115 | 27 | 15 | 476 | 110 | 66 |
| Binary | 11011110 | 110100 | 10101011 | 0 | 1001101 | 10111 | 1101 | 100111110 | 1001000 | 110110 |
Color Harmonies of #DE34AB
Complementary color
Monochromatic Colors of #DE34AB
Black with #DE34AB
Text Example
Text Example
White with #DE34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE34AB; }
p { color: rgb(222,52,171); }
H1.HeaderClassName
{
color: #DE34AB;
}
.AnyTagClassName
{
color: #DE34AB;
}
</style>
background-color css
<style>
a { background-color: #DE34AB; }
a { background-color: rgb(222,52,171); }
div.DivClassName
{
background-color: #DE34AB;
}
.BgClassName
{
background-color: #DE34AB;
}
</style>
border-color css
<style>
span { border-color: #DE34AB; }
span { border-color: rgb(222,52,171); }
td.TdClassName
{
border-color: #DE34AB;
}
.TagClassName
{
border-color: #DE34AB;
}
</style>