Shades of Persian Pink #DC79BA
Tints of Persian Pink #DC79BA
RGB
CMYK
RGB Variations
Color information
#DC79BA (or 0xDC79BA) is known color: Persian Pink. HEX triplet: DC, 79 and BA. RGB value is (220,121,186). Sum of RGB (Red+Green+Blue) = 220+121+186=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79BA is #238645. Grayscale: #9D9D9D. Windows color (decimal): -2328134 or 12220892. OLE color: 12220892.
HSL color Cylindrical-coordinate representation of color #DC79BA: hue angle of 320.61º 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 #DC79BA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 186 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.14 |
| HSL | 320.61º | 0.59% | 0.67% | - |
| HSV(B) | 320.61º | 0.45% | 0.86% | - |
| XYZ | 45.22 | 32.44 | 50.33 | - |
| YUV | 158.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 186 | 0 | 0.45 | 0.15 | 0.14 | 320.61 | 0.59 | 0.67 |
| Hex | DC | 79 | BA | 0 | 2D | F | E | 141 | 3B | 43 |
| Octal | 334 | 171 | 272 | 0 | 55 | 17 | 16 | 501 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10111010 | 0 | 101101 | 1111 | 1110 | 101000001 | 111011 | 1000011 |
Color Harmonies of #DC79BA
Complementary color
Monochromatic Colors of #DC79BA
Black with #DC79BA
Text Example
Text Example
White with #DC79BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79BA; }
p { color: rgb(220,121,186); }
H1.HeaderClassName
{
color: #DC79BA;
}
.AnyTagClassName
{
color: #DC79BA;
}
</style>
background-color css
<style>
a { background-color: #DC79BA; }
a { background-color: rgb(220,121,186); }
div.DivClassName
{
background-color: #DC79BA;
}
.BgClassName
{
background-color: #DC79BA;
}
</style>
border-color css
<style>
span { border-color: #DC79BA; }
span { border-color: rgb(220,121,186); }
td.TdClassName
{
border-color: #DC79BA;
}
.TagClassName
{
border-color: #DC79BA;
}
</style>