Shades of Persian Pink #DC76AF
Tints of Persian Pink #DC76AF
RGB
CMYK
RGB Variations
Color information
#DC76AF (or 0xDC76AF) is known color: Persian Pink. HEX triplet: DC, 76 and AF. RGB value is (220,118,175). Sum of RGB (Red+Green+Blue) = 220+118+175=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76AF is #238950. Grayscale: #9A9A9A. Windows color (decimal): -2328913 or 11499228. OLE color: 11499228.
HSL color Cylindrical-coordinate representation of color #DC76AF: hue angle of 326.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76AF is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 175 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.14 |
| HSL | 326.47º | 0.59% | 0.66% | - |
| HSV(B) | 326.47º | 0.46% | 0.86% | - |
| XYZ | 43.73 | 31.27 | 44.29 | - |
| YUV | 155 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 175 | 0 | 0.46 | 0.20 | 0.14 | 326.47 | 0.59 | 0.66 |
| Hex | DC | 76 | AF | 0 | 2E | 14 | E | 146 | 3B | 42 |
| Octal | 334 | 166 | 257 | 0 | 56 | 24 | 16 | 506 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10101111 | 0 | 101110 | 10100 | 1110 | 101000110 | 111011 | 1000010 |
Color Harmonies of #DC76AF
Complementary color
Monochromatic Colors of #DC76AF
Black with #DC76AF
Text Example
Text Example
White with #DC76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76AF; }
p { color: rgb(220,118,175); }
H1.HeaderClassName
{
color: #DC76AF;
}
.AnyTagClassName
{
color: #DC76AF;
}
</style>
background-color css
<style>
a { background-color: #DC76AF; }
a { background-color: rgb(220,118,175); }
div.DivClassName
{
background-color: #DC76AF;
}
.BgClassName
{
background-color: #DC76AF;
}
</style>
border-color css
<style>
span { border-color: #DC76AF; }
span { border-color: rgb(220,118,175); }
td.TdClassName
{
border-color: #DC76AF;
}
.TagClassName
{
border-color: #DC76AF;
}
</style>