Shades of Persian Pink #DF7DC2
Tints of Persian Pink #DF7DC2
RGB
CMYK
RGB Variations
Color information
#DF7DC2 (or 0xDF7DC2) is known color: Persian Pink. HEX triplet: DF, 7D and C2. RGB value is (223,125,194). Sum of RGB (Red+Green+Blue) = 223+125+194=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC2 is #20823D. Grayscale: #A1A1A1. Windows color (decimal): -2130494 or 12746207. OLE color: 12746207.
HSL color Cylindrical-coordinate representation of color #DF7DC2: hue angle of 317.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DC2 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 194 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.13 |
| HSL | 317.76º | 0.6% | 0.68% | - |
| HSV(B) | 317.76º | 0.44% | 0.87% | - |
| XYZ | 47.5 | 34.25 | 55.15 | - |
| YUV | 162.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 194 | 0 | 0.44 | 0.13 | 0.13 | 317.76 | 0.6 | 0.68 |
| Hex | DF | 7D | C2 | 0 | 2C | D | D | 13E | 3C | 44 |
| Octal | 337 | 175 | 302 | 0 | 54 | 15 | 15 | 476 | 74 | 104 |
| Binary | 11011111 | 1111101 | 11000010 | 0 | 101100 | 1101 | 1101 | 100111110 | 111100 | 1000100 |
Color Harmonies of #DF7DC2
Complementary color
Monochromatic Colors of #DF7DC2
Black with #DF7DC2
Text Example
Text Example
White with #DF7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DC2; }
p { color: rgb(223,125,194); }
H1.HeaderClassName
{
color: #DF7DC2;
}
.AnyTagClassName
{
color: #DF7DC2;
}
</style>
background-color css
<style>
a { background-color: #DF7DC2; }
a { background-color: rgb(223,125,194); }
div.DivClassName
{
background-color: #DF7DC2;
}
.BgClassName
{
background-color: #DF7DC2;
}
</style>
border-color css
<style>
span { border-color: #DF7DC2; }
span { border-color: rgb(223,125,194); }
td.TdClassName
{
border-color: #DF7DC2;
}
.TagClassName
{
border-color: #DF7DC2;
}
</style>