Shades of Persian Pink #DF7DC1
Tints of Persian Pink #DF7DC1
RGB
CMYK
RGB Variations
Color information
#DF7DC1 (or 0xDF7DC1) is known color: Persian Pink. HEX triplet: DF, 7D and C1. RGB value is (223,125,193). Sum of RGB (Red+Green+Blue) = 223+125+193=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC1 is #20823E. Grayscale: #A1A1A1. Windows color (decimal): -2130495 or 12680671. OLE color: 12680671.
HSL color Cylindrical-coordinate representation of color #DF7DC1: hue angle of 318.37º 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 #DF7DC1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 193 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.13 |
| HSL | 318.37º | 0.6% | 0.68% | - |
| HSV(B) | 318.37º | 0.44% | 0.87% | - |
| XYZ | 47.39 | 34.21 | 54.56 | - |
| YUV | 162.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 193 | 0 | 0.44 | 0.13 | 0.13 | 318.37 | 0.6 | 0.68 |
| Hex | DF | 7D | C1 | 0 | 2C | D | D | 13E | 3C | 44 |
| Octal | 337 | 175 | 301 | 0 | 54 | 15 | 15 | 476 | 74 | 104 |
| Binary | 11011111 | 1111101 | 11000001 | 0 | 101100 | 1101 | 1101 | 100111110 | 111100 | 1000100 |
Color Harmonies of #DF7DC1
Complementary color
Monochromatic Colors of #DF7DC1
Black with #DF7DC1
Text Example
Text Example
White with #DF7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DC1; }
p { color: rgb(223,125,193); }
H1.HeaderClassName
{
color: #DF7DC1;
}
.AnyTagClassName
{
color: #DF7DC1;
}
</style>
background-color css
<style>
a { background-color: #DF7DC1; }
a { background-color: rgb(223,125,193); }
div.DivClassName
{
background-color: #DF7DC1;
}
.BgClassName
{
background-color: #DF7DC1;
}
</style>
border-color css
<style>
span { border-color: #DF7DC1; }
span { border-color: rgb(223,125,193); }
td.TdClassName
{
border-color: #DF7DC1;
}
.TagClassName
{
border-color: #DF7DC1;
}
</style>