Shades of Persian Pink #DC79B1
Tints of Persian Pink #DC79B1
RGB
CMYK
RGB Variations
Color information
#DC79B1 (or 0xDC79B1) is known color: Persian Pink. HEX triplet: DC, 79 and B1. RGB value is (220,121,177). Sum of RGB (Red+Green+Blue) = 220+121+177=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC79B1 is #23864E. Grayscale: #9C9C9C. Windows color (decimal): -2328143 or 11631068. OLE color: 11631068.
HSL color Cylindrical-coordinate representation of color #DC79B1: hue angle of 326.06º 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 #DC79B1 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 177 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.14 |
| HSL | 326.06º | 0.59% | 0.67% | - |
| HSV(B) | 326.06º | 0.45% | 0.86% | - |
| XYZ | 44.29 | 32.06 | 45.45 | - |
| YUV | 156.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 177 | 0 | 0.45 | 0.20 | 0.14 | 326.06 | 0.59 | 0.67 |
| Hex | DC | 79 | B1 | 0 | 2D | 14 | E | 146 | 3B | 43 |
| Octal | 334 | 171 | 261 | 0 | 55 | 24 | 16 | 506 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10110001 | 0 | 101101 | 10100 | 1110 | 101000110 | 111011 | 1000011 |
Color Harmonies of #DC79B1
Complementary color
Monochromatic Colors of #DC79B1
Black with #DC79B1
Text Example
Text Example
White with #DC79B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79B1; }
p { color: rgb(220,121,177); }
H1.HeaderClassName
{
color: #DC79B1;
}
.AnyTagClassName
{
color: #DC79B1;
}
</style>
background-color css
<style>
a { background-color: #DC79B1; }
a { background-color: rgb(220,121,177); }
div.DivClassName
{
background-color: #DC79B1;
}
.BgClassName
{
background-color: #DC79B1;
}
</style>
border-color css
<style>
span { border-color: #DC79B1; }
span { border-color: rgb(220,121,177); }
td.TdClassName
{
border-color: #DC79B1;
}
.TagClassName
{
border-color: #DC79B1;
}
</style>