Shades of Persian Pink #DF7EC1
Tints of Persian Pink #DF7EC1
RGB
CMYK
RGB Variations
Color information
#DF7EC1 (or 0xDF7EC1) is known color: Persian Pink. HEX triplet: DF, 7E and C1. RGB value is (223,126,193). Sum of RGB (Red+Green+Blue) = 223+126+193=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EC1 is #20813E. Grayscale: #A2A2A2. Windows color (decimal): -2130239 or 12680927. OLE color: 12680927.
HSL color Cylindrical-coordinate representation of color #DF7EC1: hue angle of 318.56º 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 #DF7EC1 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 193 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.13 |
| HSL | 318.56º | 0.6% | 0.68% | - |
| HSV(B) | 318.56º | 0.43% | 0.87% | - |
| XYZ | 47.52 | 34.46 | 54.6 | - |
| YUV | 162.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 193 | 0 | 0.43 | 0.13 | 0.13 | 318.56 | 0.6 | 0.68 |
| Hex | DF | 7E | C1 | 0 | 2B | D | D | 13F | 3C | 44 |
| Octal | 337 | 176 | 301 | 0 | 53 | 15 | 15 | 477 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11000001 | 0 | 101011 | 1101 | 1101 | 100111111 | 111100 | 1000100 |
Color Harmonies of #DF7EC1
Complementary color
Monochromatic Colors of #DF7EC1
Black with #DF7EC1
Text Example
Text Example
White with #DF7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EC1; }
p { color: rgb(223,126,193); }
H1.HeaderClassName
{
color: #DF7EC1;
}
.AnyTagClassName
{
color: #DF7EC1;
}
</style>
background-color css
<style>
a { background-color: #DF7EC1; }
a { background-color: rgb(223,126,193); }
div.DivClassName
{
background-color: #DF7EC1;
}
.BgClassName
{
background-color: #DF7EC1;
}
</style>
border-color css
<style>
span { border-color: #DF7EC1; }
span { border-color: rgb(223,126,193); }
td.TdClassName
{
border-color: #DF7EC1;
}
.TagClassName
{
border-color: #DF7EC1;
}
</style>