Shades of Persian Pink #DC79B7
Tints of Persian Pink #DC79B7
RGB
CMYK
RGB Variations
Color information
#DC79B7 (or 0xDC79B7) is known color: Persian Pink. HEX triplet: DC, 79 and B7. RGB value is (220,121,183). Sum of RGB (Red+Green+Blue) = 220+121+183=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79B7 is #238648. Grayscale: #9D9D9D. Windows color (decimal): -2328137 or 12024284. OLE color: 12024284.
HSL color Cylindrical-coordinate representation of color #DC79B7: hue angle of 322.42º 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 #DC79B7 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 183 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.14 |
| HSL | 322.42º | 0.59% | 0.67% | - |
| HSV(B) | 322.42º | 0.45% | 0.86% | - |
| XYZ | 44.9 | 32.31 | 48.67 | - |
| YUV | 157.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 183 | 0 | 0.45 | 0.17 | 0.14 | 322.42 | 0.59 | 0.67 |
| Hex | DC | 79 | B7 | 0 | 2D | 11 | E | 142 | 3B | 43 |
| Octal | 334 | 171 | 267 | 0 | 55 | 21 | 16 | 502 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10110111 | 0 | 101101 | 10001 | 1110 | 101000010 | 111011 | 1000011 |
Color Harmonies of #DC79B7
Complementary color
Monochromatic Colors of #DC79B7
Black with #DC79B7
Text Example
Text Example
White with #DC79B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79B7; }
p { color: rgb(220,121,183); }
H1.HeaderClassName
{
color: #DC79B7;
}
.AnyTagClassName
{
color: #DC79B7;
}
</style>
background-color css
<style>
a { background-color: #DC79B7; }
a { background-color: rgb(220,121,183); }
div.DivClassName
{
background-color: #DC79B7;
}
.BgClassName
{
background-color: #DC79B7;
}
</style>
border-color css
<style>
span { border-color: #DC79B7; }
span { border-color: rgb(220,121,183); }
td.TdClassName
{
border-color: #DC79B7;
}
.TagClassName
{
border-color: #DC79B7;
}
</style>