Shades of Persian Pink #DC76BE
Tints of Persian Pink #DC76BE
RGB
CMYK
RGB Variations
Color information
#DC76BE (or 0xDC76BE) is known color: Persian Pink. HEX triplet: DC, 76 and BE. RGB value is (220,118,190). Sum of RGB (Red+Green+Blue) = 220+118+190=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76BE is #238941. Grayscale: #9C9C9C. Windows color (decimal): -2328898 or 12482268. OLE color: 12482268.
HSL color Cylindrical-coordinate representation of color #DC76BE: hue angle of 317.65º 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 #DC76BE is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 190 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.14 |
| HSL | 317.65º | 0.59% | 0.66% | - |
| HSV(B) | 317.65º | 0.46% | 0.86% | - |
| XYZ | 45.29 | 31.89 | 52.48 | - |
| YUV | 156.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 190 | 0 | 0.46 | 0.14 | 0.14 | 317.65 | 0.59 | 0.66 |
| Hex | DC | 76 | BE | 0 | 2E | E | E | 13E | 3B | 42 |
| Octal | 334 | 166 | 276 | 0 | 56 | 16 | 16 | 476 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10111110 | 0 | 101110 | 1110 | 1110 | 100111110 | 111011 | 1000010 |
Color Harmonies of #DC76BE
Complementary color
Monochromatic Colors of #DC76BE
Black with #DC76BE
Text Example
Text Example
White with #DC76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76BE; }
p { color: rgb(220,118,190); }
H1.HeaderClassName
{
color: #DC76BE;
}
.AnyTagClassName
{
color: #DC76BE;
}
</style>
background-color css
<style>
a { background-color: #DC76BE; }
a { background-color: rgb(220,118,190); }
div.DivClassName
{
background-color: #DC76BE;
}
.BgClassName
{
background-color: #DC76BE;
}
</style>
border-color css
<style>
span { border-color: #DC76BE; }
span { border-color: rgb(220,118,190); }
td.TdClassName
{
border-color: #DC76BE;
}
.TagClassName
{
border-color: #DC76BE;
}
</style>