Shades of Persian Pink #DC76B9
Tints of Persian Pink #DC76B9
RGB
CMYK
RGB Variations
Color information
#DC76B9 (or 0xDC76B9) is known color: Persian Pink. HEX triplet: DC, 76 and B9. RGB value is (220,118,185). Sum of RGB (Red+Green+Blue) = 220+118+185=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B9 is #238946. Grayscale: #9B9B9B. Windows color (decimal): -2328903 or 12154588. OLE color: 12154588.
HSL color Cylindrical-coordinate representation of color #DC76B9: hue angle of 320.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76B9 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 185 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.14 |
| HSL | 320.59º | 0.59% | 0.66% | - |
| HSV(B) | 320.59º | 0.46% | 0.86% | - |
| XYZ | 44.75 | 31.68 | 49.65 | - |
| YUV | 156.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 185 | 0 | 0.46 | 0.16 | 0.14 | 320.59 | 0.59 | 0.66 |
| Hex | DC | 76 | B9 | 0 | 2E | 10 | E | 141 | 3B | 42 |
| Octal | 334 | 166 | 271 | 0 | 56 | 20 | 16 | 501 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10111001 | 0 | 101110 | 10000 | 1110 | 101000001 | 111011 | 1000010 |
Color Harmonies of #DC76B9
Complementary color
Monochromatic Colors of #DC76B9
Black with #DC76B9
Text Example
Text Example
White with #DC76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76B9; }
p { color: rgb(220,118,185); }
H1.HeaderClassName
{
color: #DC76B9;
}
.AnyTagClassName
{
color: #DC76B9;
}
</style>
background-color css
<style>
a { background-color: #DC76B9; }
a { background-color: rgb(220,118,185); }
div.DivClassName
{
background-color: #DC76B9;
}
.BgClassName
{
background-color: #DC76B9;
}
</style>
border-color css
<style>
span { border-color: #DC76B9; }
span { border-color: rgb(220,118,185); }
td.TdClassName
{
border-color: #DC76B9;
}
.TagClassName
{
border-color: #DC76B9;
}
</style>