Shades of Persian Pink #DC79B3
Tints of Persian Pink #DC79B3
RGB
CMYK
RGB Variations
Color information
#DC79B3 (or 0xDC79B3) is known color: Persian Pink. HEX triplet: DC, 79 and B3. RGB value is (220,121,179). Sum of RGB (Red+Green+Blue) = 220+121+179=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79B3 is #23864C. Grayscale: #9D9D9D. Windows color (decimal): -2328141 or 11762140. OLE color: 11762140.
HSL color Cylindrical-coordinate representation of color #DC79B3: hue angle of 324.85º 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 #DC79B3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 179 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.14 |
| HSL | 324.85º | 0.59% | 0.67% | - |
| HSV(B) | 324.85º | 0.45% | 0.86% | - |
| XYZ | 44.49 | 32.15 | 46.51 | - |
| YUV | 157.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 179 | 0 | 0.45 | 0.19 | 0.14 | 324.85 | 0.59 | 0.67 |
| Hex | DC | 79 | B3 | 0 | 2D | 13 | E | 145 | 3B | 43 |
| Octal | 334 | 171 | 263 | 0 | 55 | 23 | 16 | 505 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10110011 | 0 | 101101 | 10011 | 1110 | 101000101 | 111011 | 1000011 |
Color Harmonies of #DC79B3
Complementary color
Monochromatic Colors of #DC79B3
Black with #DC79B3
Text Example
Text Example
White with #DC79B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79B3; }
p { color: rgb(220,121,179); }
H1.HeaderClassName
{
color: #DC79B3;
}
.AnyTagClassName
{
color: #DC79B3;
}
</style>
background-color css
<style>
a { background-color: #DC79B3; }
a { background-color: rgb(220,121,179); }
div.DivClassName
{
background-color: #DC79B3;
}
.BgClassName
{
background-color: #DC79B3;
}
</style>
border-color css
<style>
span { border-color: #DC79B3; }
span { border-color: rgb(220,121,179); }
td.TdClassName
{
border-color: #DC79B3;
}
.TagClassName
{
border-color: #DC79B3;
}
</style>