Shades of Persian Pink #DC79AF
Tints of Persian Pink #DC79AF
RGB
CMYK
RGB Variations
Color information
#DC79AF (or 0xDC79AF) is known color: Persian Pink. HEX triplet: DC, 79 and AF. RGB value is (220,121,175). Sum of RGB (Red+Green+Blue) = 220+121+175=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC79AF is #238650. Grayscale: #9C9C9C. Windows color (decimal): -2328145 or 11499996. OLE color: 11499996.
HSL color Cylindrical-coordinate representation of color #DC79AF: hue angle of 327.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79AF is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 175 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.14 |
| HSL | 327.27º | 0.59% | 0.67% | - |
| HSV(B) | 327.27º | 0.45% | 0.86% | - |
| XYZ | 44.09 | 31.99 | 44.41 | - |
| YUV | 156.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 175 | 0 | 0.45 | 0.20 | 0.14 | 327.27 | 0.59 | 0.67 |
| Hex | DC | 79 | AF | 0 | 2D | 14 | E | 147 | 3B | 43 |
| Octal | 334 | 171 | 257 | 0 | 55 | 24 | 16 | 507 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10101111 | 0 | 101101 | 10100 | 1110 | 101000111 | 111011 | 1000011 |
Color Harmonies of #DC79AF
Complementary color
Monochromatic Colors of #DC79AF
Black with #DC79AF
Text Example
Text Example
White with #DC79AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79AF; }
p { color: rgb(220,121,175); }
H1.HeaderClassName
{
color: #DC79AF;
}
.AnyTagClassName
{
color: #DC79AF;
}
</style>
background-color css
<style>
a { background-color: #DC79AF; }
a { background-color: rgb(220,121,175); }
div.DivClassName
{
background-color: #DC79AF;
}
.BgClassName
{
background-color: #DC79AF;
}
</style>
border-color css
<style>
span { border-color: #DC79AF; }
span { border-color: rgb(220,121,175); }
td.TdClassName
{
border-color: #DC79AF;
}
.TagClassName
{
border-color: #DC79AF;
}
</style>