Shades of Persian Pink #DF80BC
Tints of Persian Pink #DF80BC
RGB
CMYK
RGB Variations
Color information
#DF80BC (or 0xDF80BC) is known color: Persian Pink. HEX triplet: DF, 80 and BC. RGB value is (223,128,188). Sum of RGB (Red+Green+Blue) = 223+128+188=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BC is #207F43. Grayscale: #A3A3A3. Windows color (decimal): -2129732 or 12353759. OLE color: 12353759.
HSL color Cylindrical-coordinate representation of color #DF80BC: hue angle of 322.11º 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 #DF80BC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 188 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.13 |
| HSL | 322.11º | 0.6% | 0.69% | - |
| HSV(B) | 322.11º | 0.43% | 0.87% | - |
| XYZ | 47.23 | 34.76 | 51.8 | - |
| YUV | 163.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 188 | 0 | 0.43 | 0.16 | 0.13 | 322.11 | 0.6 | 0.69 |
| Hex | DF | 80 | BC | 0 | 2B | 10 | D | 142 | 3C | 45 |
| Octal | 337 | 200 | 274 | 0 | 53 | 20 | 15 | 502 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10111100 | 0 | 101011 | 10000 | 1101 | 101000010 | 111100 | 1000101 |
Color Harmonies of #DF80BC
Complementary color
Monochromatic Colors of #DF80BC
Black with #DF80BC
Text Example
Text Example
White with #DF80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80BC; }
p { color: rgb(223,128,188); }
H1.HeaderClassName
{
color: #DF80BC;
}
.AnyTagClassName
{
color: #DF80BC;
}
</style>
background-color css
<style>
a { background-color: #DF80BC; }
a { background-color: rgb(223,128,188); }
div.DivClassName
{
background-color: #DF80BC;
}
.BgClassName
{
background-color: #DF80BC;
}
</style>
border-color css
<style>
span { border-color: #DF80BC; }
span { border-color: rgb(223,128,188); }
td.TdClassName
{
border-color: #DF80BC;
}
.TagClassName
{
border-color: #DF80BC;
}
</style>