Shades of Persian Pink #DF80C0
Tints of Persian Pink #DF80C0
RGB
CMYK
RGB Variations
Color information
#DF80C0 (or 0xDF80C0) is known color: Persian Pink. HEX triplet: DF, 80 and C0. RGB value is (223,128,192). Sum of RGB (Red+Green+Blue) = 223+128+192=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C0 is #207F3F. Grayscale: #A3A3A3. Windows color (decimal): -2129728 or 12615903. OLE color: 12615903.
HSL color Cylindrical-coordinate representation of color #DF80C0: hue angle of 319.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80C0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 192 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.13 |
| HSL | 319.58º | 0.6% | 0.69% | - |
| HSV(B) | 319.58º | 0.43% | 0.87% | - |
| XYZ | 47.67 | 34.93 | 54.1 | - |
| YUV | 163.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 192 | 0 | 0.43 | 0.14 | 0.13 | 319.58 | 0.6 | 0.69 |
| Hex | DF | 80 | C0 | 0 | 2B | E | D | 140 | 3C | 45 |
| Octal | 337 | 200 | 300 | 0 | 53 | 16 | 15 | 500 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11000000 | 0 | 101011 | 1110 | 1101 | 101000000 | 111100 | 1000101 |
Color Harmonies of #DF80C0
Complementary color
Monochromatic Colors of #DF80C0
Black with #DF80C0
Text Example
Text Example
White with #DF80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80C0; }
p { color: rgb(223,128,192); }
H1.HeaderClassName
{
color: #DF80C0;
}
.AnyTagClassName
{
color: #DF80C0;
}
</style>
background-color css
<style>
a { background-color: #DF80C0; }
a { background-color: rgb(223,128,192); }
div.DivClassName
{
background-color: #DF80C0;
}
.BgClassName
{
background-color: #DF80C0;
}
</style>
border-color css
<style>
span { border-color: #DF80C0; }
span { border-color: rgb(223,128,192); }
td.TdClassName
{
border-color: #DF80C0;
}
.TagClassName
{
border-color: #DF80C0;
}
</style>