Shades of Persian Pink #DF7EC0
Tints of Persian Pink #DF7EC0
RGB
CMYK
RGB Variations
Color information
#DF7EC0 (or 0xDF7EC0) is known color: Persian Pink. HEX triplet: DF, 7E and C0. RGB value is (223,126,192). Sum of RGB (Red+Green+Blue) = 223+126+192=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EC0 is #20813F. Grayscale: #A2A2A2. Windows color (decimal): -2130240 or 12615391. OLE color: 12615391.
HSL color Cylindrical-coordinate representation of color #DF7EC0: hue angle of 319.18º degrees, saturation: 0.6, 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 #DF7EC0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 192 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.13 |
| HSL | 319.18º | 0.6% | 0.68% | - |
| HSV(B) | 319.18º | 0.43% | 0.87% | - |
| XYZ | 47.41 | 34.42 | 54.01 | - |
| YUV | 162.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 192 | 0 | 0.43 | 0.14 | 0.13 | 319.18 | 0.6 | 0.68 |
| Hex | DF | 7E | C0 | 0 | 2B | E | D | 13F | 3C | 44 |
| Octal | 337 | 176 | 300 | 0 | 53 | 16 | 15 | 477 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11000000 | 0 | 101011 | 1110 | 1101 | 100111111 | 111100 | 1000100 |
Color Harmonies of #DF7EC0
Complementary color
Monochromatic Colors of #DF7EC0
Black with #DF7EC0
Text Example
Text Example
White with #DF7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EC0; }
p { color: rgb(223,126,192); }
H1.HeaderClassName
{
color: #DF7EC0;
}
.AnyTagClassName
{
color: #DF7EC0;
}
</style>
background-color css
<style>
a { background-color: #DF7EC0; }
a { background-color: rgb(223,126,192); }
div.DivClassName
{
background-color: #DF7EC0;
}
.BgClassName
{
background-color: #DF7EC0;
}
</style>
border-color css
<style>
span { border-color: #DF7EC0; }
span { border-color: rgb(223,126,192); }
td.TdClassName
{
border-color: #DF7EC0;
}
.TagClassName
{
border-color: #DF7EC0;
}
</style>