Shades of Persian Pink #DC76B7
Tints of Persian Pink #DC76B7
RGB
CMYK
RGB Variations
Color information
#DC76B7 (or 0xDC76B7) is known color: Persian Pink. HEX triplet: DC, 76 and B7. RGB value is (220,118,183). Sum of RGB (Red+Green+Blue) = 220+118+183=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B7 is #238948. Grayscale: #9B9B9B. Windows color (decimal): -2328905 or 12023516. OLE color: 12023516.
HSL color Cylindrical-coordinate representation of color #DC76B7: hue angle of 321.76º 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 #DC76B7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 183 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.14 |
| HSL | 321.76º | 0.59% | 0.66% | - |
| HSV(B) | 321.76º | 0.46% | 0.86% | - |
| XYZ | 44.54 | 31.59 | 48.55 | - |
| YUV | 155.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 183 | 0 | 0.46 | 0.17 | 0.14 | 321.76 | 0.59 | 0.66 |
| Hex | DC | 76 | B7 | 0 | 2E | 11 | E | 142 | 3B | 42 |
| Octal | 334 | 166 | 267 | 0 | 56 | 21 | 16 | 502 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10110111 | 0 | 101110 | 10001 | 1110 | 101000010 | 111011 | 1000010 |
Color Harmonies of #DC76B7
Complementary color
Monochromatic Colors of #DC76B7
Black with #DC76B7
Text Example
Text Example
White with #DC76B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76B7; }
p { color: rgb(220,118,183); }
H1.HeaderClassName
{
color: #DC76B7;
}
.AnyTagClassName
{
color: #DC76B7;
}
</style>
background-color css
<style>
a { background-color: #DC76B7; }
a { background-color: rgb(220,118,183); }
div.DivClassName
{
background-color: #DC76B7;
}
.BgClassName
{
background-color: #DC76B7;
}
</style>
border-color css
<style>
span { border-color: #DC76B7; }
span { border-color: rgb(220,118,183); }
td.TdClassName
{
border-color: #DC76B7;
}
.TagClassName
{
border-color: #DC76B7;
}
</style>