Shades of Persian Pink #DE84C0
Tints of Persian Pink #DE84C0
RGB
CMYK
RGB Variations
Color information
#DE84C0 (or 0xDE84C0) is known color: Persian Pink. HEX triplet: DE, 84 and C0. RGB value is (222,132,192). Sum of RGB (Red+Green+Blue) = 222+132+192=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84C0 is #217B3F. Grayscale: #A5A5A5. Windows color (decimal): -2194240 or 12616926. OLE color: 12616926.
HSL color Cylindrical-coordinate representation of color #DE84C0: hue angle of 320º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE84C0 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 192 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.13 |
| HSL | 320º | 0.58% | 0.69% | - |
| HSV(B) | 320º | 0.41% | 0.87% | - |
| XYZ | 47.89 | 35.84 | 54.26 | - |
| YUV | 165.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 192 | 0 | 0.41 | 0.14 | 0.13 | 320 | 0.58 | 0.69 |
| Hex | DE | 84 | C0 | 0 | 29 | E | D | 140 | 3A | 45 |
| Octal | 336 | 204 | 300 | 0 | 51 | 16 | 15 | 500 | 72 | 105 |
| Binary | 11011110 | 10000100 | 11000000 | 0 | 101001 | 1110 | 1101 | 101000000 | 111010 | 1000101 |
Color Harmonies of #DE84C0
Complementary color
Monochromatic Colors of #DE84C0
Black with #DE84C0
Text Example
Text Example
White with #DE84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84C0; }
p { color: rgb(222,132,192); }
H1.HeaderClassName
{
color: #DE84C0;
}
.AnyTagClassName
{
color: #DE84C0;
}
</style>
background-color css
<style>
a { background-color: #DE84C0; }
a { background-color: rgb(222,132,192); }
div.DivClassName
{
background-color: #DE84C0;
}
.BgClassName
{
background-color: #DE84C0;
}
</style>
border-color css
<style>
span { border-color: #DE84C0; }
span { border-color: rgb(222,132,192); }
td.TdClassName
{
border-color: #DE84C0;
}
.TagClassName
{
border-color: #DE84C0;
}
</style>