Shades of Persian Pink #DE7EC0
Tints of Persian Pink #DE7EC0
RGB
CMYK
RGB Variations
Color information
#DE7EC0 (or 0xDE7EC0) is known color: Persian Pink. HEX triplet: DE, 7E and C0. RGB value is (222,126,192). Sum of RGB (Red+Green+Blue) = 222+126+192=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EC0 is #21813F. Grayscale: #A2A2A2. Windows color (decimal): -2195776 or 12615390. OLE color: 12615390.
HSL color Cylindrical-coordinate representation of color #DE7EC0: hue angle of 318.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7EC0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 192 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.13 |
| HSL | 318.75º | 0.59% | 0.68% | - |
| HSV(B) | 318.75º | 0.43% | 0.87% | - |
| XYZ | 47.1 | 34.26 | 54 | - |
| YUV | 162.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 192 | 0 | 0.43 | 0.14 | 0.13 | 318.75 | 0.59 | 0.68 |
| Hex | DE | 7E | C0 | 0 | 2B | E | D | 13F | 3B | 44 |
| Octal | 336 | 176 | 300 | 0 | 53 | 16 | 15 | 477 | 73 | 104 |
| Binary | 11011110 | 1111110 | 11000000 | 0 | 101011 | 1110 | 1101 | 100111111 | 111011 | 1000100 |
Color Harmonies of #DE7EC0
Complementary color
Monochromatic Colors of #DE7EC0
Black with #DE7EC0
Text Example
Text Example
White with #DE7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EC0; }
p { color: rgb(222,126,192); }
H1.HeaderClassName
{
color: #DE7EC0;
}
.AnyTagClassName
{
color: #DE7EC0;
}
</style>
background-color css
<style>
a { background-color: #DE7EC0; }
a { background-color: rgb(222,126,192); }
div.DivClassName
{
background-color: #DE7EC0;
}
.BgClassName
{
background-color: #DE7EC0;
}
</style>
border-color css
<style>
span { border-color: #DE7EC0; }
span { border-color: rgb(222,126,192); }
td.TdClassName
{
border-color: #DE7EC0;
}
.TagClassName
{
border-color: #DE7EC0;
}
</style>