Shades of Persian Pink #DC79B9
Tints of Persian Pink #DC79B9
RGB
CMYK
RGB Variations
Color information
#DC79B9 (or 0xDC79B9) is known color: Persian Pink. HEX triplet: DC, 79 and B9. RGB value is (220,121,185). Sum of RGB (Red+Green+Blue) = 220+121+185=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79B9 is #238646. Grayscale: #9D9D9D. Windows color (decimal): -2328135 or 12155356. OLE color: 12155356.
HSL color Cylindrical-coordinate representation of color #DC79B9: hue angle of 321.21º 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 #DC79B9 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 185 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.14 |
| HSL | 321.21º | 0.59% | 0.67% | - |
| HSV(B) | 321.21º | 0.45% | 0.86% | - |
| XYZ | 45.11 | 32.39 | 49.77 | - |
| YUV | 157.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 185 | 0 | 0.45 | 0.16 | 0.14 | 321.21 | 0.59 | 0.67 |
| Hex | DC | 79 | B9 | 0 | 2D | 10 | E | 141 | 3B | 43 |
| Octal | 334 | 171 | 271 | 0 | 55 | 20 | 16 | 501 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10111001 | 0 | 101101 | 10000 | 1110 | 101000001 | 111011 | 1000011 |
Color Harmonies of #DC79B9
Complementary color
Monochromatic Colors of #DC79B9
Black with #DC79B9
Text Example
Text Example
White with #DC79B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79B9; }
p { color: rgb(220,121,185); }
H1.HeaderClassName
{
color: #DC79B9;
}
.AnyTagClassName
{
color: #DC79B9;
}
</style>
background-color css
<style>
a { background-color: #DC79B9; }
a { background-color: rgb(220,121,185); }
div.DivClassName
{
background-color: #DC79B9;
}
.BgClassName
{
background-color: #DC79B9;
}
</style>
border-color css
<style>
span { border-color: #DC79B9; }
span { border-color: rgb(220,121,185); }
td.TdClassName
{
border-color: #DC79B9;
}
.TagClassName
{
border-color: #DC79B9;
}
</style>