Shades of Persian Pink #DF7EC2
Tints of Persian Pink #DF7EC2
RGB
CMYK
RGB Variations
Color information
#DF7EC2 (or 0xDF7EC2) is known color: Persian Pink. HEX triplet: DF, 7E and C2. RGB value is (223,126,194). Sum of RGB (Red+Green+Blue) = 223+126+194=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EC2 is #20813D. Grayscale: #A2A2A2. Windows color (decimal): -2130238 or 12746463. OLE color: 12746463.
HSL color Cylindrical-coordinate representation of color #DF7EC2: hue angle of 317.94º 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 #DF7EC2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 194 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.13 |
| HSL | 317.94º | 0.6% | 0.68% | - |
| HSV(B) | 317.94º | 0.43% | 0.87% | - |
| XYZ | 47.63 | 34.5 | 55.19 | - |
| YUV | 162.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 194 | 0 | 0.43 | 0.13 | 0.13 | 317.94 | 0.6 | 0.68 |
| Hex | DF | 7E | C2 | 0 | 2B | D | D | 13E | 3C | 44 |
| Octal | 337 | 176 | 302 | 0 | 53 | 15 | 15 | 476 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11000010 | 0 | 101011 | 1101 | 1101 | 100111110 | 111100 | 1000100 |
Color Harmonies of #DF7EC2
Complementary color
Monochromatic Colors of #DF7EC2
Black with #DF7EC2
Text Example
Text Example
White with #DF7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EC2; }
p { color: rgb(223,126,194); }
H1.HeaderClassName
{
color: #DF7EC2;
}
.AnyTagClassName
{
color: #DF7EC2;
}
</style>
background-color css
<style>
a { background-color: #DF7EC2; }
a { background-color: rgb(223,126,194); }
div.DivClassName
{
background-color: #DF7EC2;
}
.BgClassName
{
background-color: #DF7EC2;
}
</style>
border-color css
<style>
span { border-color: #DF7EC2; }
span { border-color: rgb(223,126,194); }
td.TdClassName
{
border-color: #DF7EC2;
}
.TagClassName
{
border-color: #DF7EC2;
}
</style>