Shades of Persian Pink #DC76BD
Tints of Persian Pink #DC76BD
RGB
CMYK
RGB Variations
Color information
#DC76BD (or 0xDC76BD) is known color: Persian Pink. HEX triplet: DC, 76 and BD. RGB value is (220,118,189). Sum of RGB (Red+Green+Blue) = 220+118+189=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76BD is #238942. Grayscale: #9C9C9C. Windows color (decimal): -2328899 or 12416732. OLE color: 12416732.
HSL color Cylindrical-coordinate representation of color #DC76BD: hue angle of 318.24º 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 #DC76BD is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 189 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.14 |
| HSL | 318.24º | 0.59% | 0.66% | - |
| HSV(B) | 318.24º | 0.46% | 0.86% | - |
| XYZ | 45.18 | 31.85 | 51.91 | - |
| YUV | 156.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 189 | 0 | 0.46 | 0.14 | 0.14 | 318.24 | 0.59 | 0.66 |
| Hex | DC | 76 | BD | 0 | 2E | E | E | 13E | 3B | 42 |
| Octal | 334 | 166 | 275 | 0 | 56 | 16 | 16 | 476 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10111101 | 0 | 101110 | 1110 | 1110 | 100111110 | 111011 | 1000010 |
Color Harmonies of #DC76BD
Complementary color
Monochromatic Colors of #DC76BD
Black with #DC76BD
Text Example
Text Example
White with #DC76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76BD; }
p { color: rgb(220,118,189); }
H1.HeaderClassName
{
color: #DC76BD;
}
.AnyTagClassName
{
color: #DC76BD;
}
</style>
background-color css
<style>
a { background-color: #DC76BD; }
a { background-color: rgb(220,118,189); }
div.DivClassName
{
background-color: #DC76BD;
}
.BgClassName
{
background-color: #DC76BD;
}
</style>
border-color css
<style>
span { border-color: #DC76BD; }
span { border-color: rgb(220,118,189); }
td.TdClassName
{
border-color: #DC76BD;
}
.TagClassName
{
border-color: #DC76BD;
}
</style>