Shades of Persian Pink #DE7EC3
Tints of Persian Pink #DE7EC3
RGB
CMYK
RGB Variations
Color information
#DE7EC3 (or 0xDE7EC3) is known color: Persian Pink. HEX triplet: DE, 7E and C3. RGB value is (222,126,195). Sum of RGB (Red+Green+Blue) = 222+126+195=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EC3 is #21813C. Grayscale: #A2A2A2. Windows color (decimal): -2195773 or 12811998. OLE color: 12811998.
HSL color Cylindrical-coordinate representation of color #DE7EC3: hue angle of 316.88º 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 #DE7EC3 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 195 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.13 |
| HSL | 316.88º | 0.59% | 0.68% | - |
| HSV(B) | 316.88º | 0.43% | 0.87% | - |
| XYZ | 47.44 | 34.39 | 55.77 | - |
| YUV | 162.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 195 | 0 | 0.43 | 0.12 | 0.13 | 316.88 | 0.59 | 0.68 |
| Hex | DE | 7E | C3 | 0 | 2B | C | D | 13D | 3B | 44 |
| Octal | 336 | 176 | 303 | 0 | 53 | 14 | 15 | 475 | 73 | 104 |
| Binary | 11011110 | 1111110 | 11000011 | 0 | 101011 | 1100 | 1101 | 100111101 | 111011 | 1000100 |
Color Harmonies of #DE7EC3
Complementary color
Monochromatic Colors of #DE7EC3
Black with #DE7EC3
Text Example
Text Example
White with #DE7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EC3; }
p { color: rgb(222,126,195); }
H1.HeaderClassName
{
color: #DE7EC3;
}
.AnyTagClassName
{
color: #DE7EC3;
}
</style>
background-color css
<style>
a { background-color: #DE7EC3; }
a { background-color: rgb(222,126,195); }
div.DivClassName
{
background-color: #DE7EC3;
}
.BgClassName
{
background-color: #DE7EC3;
}
</style>
border-color css
<style>
span { border-color: #DE7EC3; }
span { border-color: rgb(222,126,195); }
td.TdClassName
{
border-color: #DE7EC3;
}
.TagClassName
{
border-color: #DE7EC3;
}
</style>