Shades of Persian Pink #DF7CC1
Tints of Persian Pink #DF7CC1
RGB
CMYK
RGB Variations
Color information
#DF7CC1 (or 0xDF7CC1) is known color: Persian Pink. HEX triplet: DF, 7C and C1. RGB value is (223,124,193). Sum of RGB (Red+Green+Blue) = 223+124+193=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CC1 is #20833E. Grayscale: #A1A1A1. Windows color (decimal): -2130751 or 12680415. OLE color: 12680415.
HSL color Cylindrical-coordinate representation of color #DF7CC1: hue angle of 318.18º degrees, saturation: 0.61, 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 #DF7CC1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 193 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.13 |
| HSL | 318.18º | 0.61% | 0.68% | - |
| HSV(B) | 318.18º | 0.44% | 0.87% | - |
| XYZ | 47.26 | 33.95 | 54.51 | - |
| YUV | 161.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 193 | 0 | 0.44 | 0.13 | 0.13 | 318.18 | 0.61 | 0.68 |
| Hex | DF | 7C | C1 | 0 | 2C | D | D | 13E | 3D | 44 |
| Octal | 337 | 174 | 301 | 0 | 54 | 15 | 15 | 476 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11000001 | 0 | 101100 | 1101 | 1101 | 100111110 | 111101 | 1000100 |
Color Harmonies of #DF7CC1
Complementary color
Monochromatic Colors of #DF7CC1
Black with #DF7CC1
Text Example
Text Example
White with #DF7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CC1; }
p { color: rgb(223,124,193); }
H1.HeaderClassName
{
color: #DF7CC1;
}
.AnyTagClassName
{
color: #DF7CC1;
}
</style>
background-color css
<style>
a { background-color: #DF7CC1; }
a { background-color: rgb(223,124,193); }
div.DivClassName
{
background-color: #DF7CC1;
}
.BgClassName
{
background-color: #DF7CC1;
}
</style>
border-color css
<style>
span { border-color: #DF7CC1; }
span { border-color: rgb(223,124,193); }
td.TdClassName
{
border-color: #DF7CC1;
}
.TagClassName
{
border-color: #DF7CC1;
}
</style>