Shades of Persian Pink #DF76BC
Tints of Persian Pink #DF76BC
RGB
CMYK
RGB Variations
Color information
#DF76BC (or 0xDF76BC) is known color: Persian Pink. HEX triplet: DF, 76 and BC. RGB value is (223,118,188). Sum of RGB (Red+Green+Blue) = 223+118+188=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76BC is #208943. Grayscale: #9D9D9D. Windows color (decimal): -2132292 or 12351199. OLE color: 12351199.
HSL color Cylindrical-coordinate representation of color #DF76BC: hue angle of 320º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76BC is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 188 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.13 |
| HSL | 320º | 0.62% | 0.67% | - |
| HSV(B) | 320º | 0.47% | 0.87% | - |
| XYZ | 45.99 | 32.28 | 51.38 | - |
| YUV | 157.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 188 | 0 | 0.47 | 0.16 | 0.13 | 320 | 0.62 | 0.67 |
| Hex | DF | 76 | BC | 0 | 2F | 10 | D | 140 | 3E | 43 |
| Octal | 337 | 166 | 274 | 0 | 57 | 20 | 15 | 500 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10111100 | 0 | 101111 | 10000 | 1101 | 101000000 | 111110 | 1000011 |
Color Harmonies of #DF76BC
Complementary color
Monochromatic Colors of #DF76BC
Black with #DF76BC
Text Example
Text Example
White with #DF76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76BC; }
p { color: rgb(223,118,188); }
H1.HeaderClassName
{
color: #DF76BC;
}
.AnyTagClassName
{
color: #DF76BC;
}
</style>
background-color css
<style>
a { background-color: #DF76BC; }
a { background-color: rgb(223,118,188); }
div.DivClassName
{
background-color: #DF76BC;
}
.BgClassName
{
background-color: #DF76BC;
}
</style>
border-color css
<style>
span { border-color: #DF76BC; }
span { border-color: rgb(223,118,188); }
td.TdClassName
{
border-color: #DF76BC;
}
.TagClassName
{
border-color: #DF76BC;
}
</style>