Shades of Persian Pink #DC7DBC
Tints of Persian Pink #DC7DBC
RGB
CMYK
RGB Variations
Color information
#DC7DBC (or 0xDC7DBC) is known color: Persian Pink. HEX triplet: DC, 7D and BC. RGB value is (220,125,188). Sum of RGB (Red+Green+Blue) = 220+125+188=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBC is #238243. Grayscale: #A0A0A0. Windows color (decimal): -2327108 or 12352988. OLE color: 12352988.
HSL color Cylindrical-coordinate representation of color #DC7DBC: hue angle of 320.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DBC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 188 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.14 |
| HSL | 320.21º | 0.58% | 0.68% | - |
| HSV(B) | 320.21º | 0.43% | 0.86% | - |
| XYZ | 45.93 | 33.51 | 51.63 | - |
| YUV | 160.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 188 | 0 | 0.43 | 0.15 | 0.14 | 320.21 | 0.58 | 0.68 |
| Hex | DC | 7D | BC | 0 | 2B | F | E | 140 | 3A | 44 |
| Octal | 334 | 175 | 274 | 0 | 53 | 17 | 16 | 500 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10111100 | 0 | 101011 | 1111 | 1110 | 101000000 | 111010 | 1000100 |
Color Harmonies of #DC7DBC
Complementary color
Monochromatic Colors of #DC7DBC
Black with #DC7DBC
Text Example
Text Example
White with #DC7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DBC; }
p { color: rgb(220,125,188); }
H1.HeaderClassName
{
color: #DC7DBC;
}
.AnyTagClassName
{
color: #DC7DBC;
}
</style>
background-color css
<style>
a { background-color: #DC7DBC; }
a { background-color: rgb(220,125,188); }
div.DivClassName
{
background-color: #DC7DBC;
}
.BgClassName
{
background-color: #DC7DBC;
}
</style>
border-color css
<style>
span { border-color: #DC7DBC; }
span { border-color: rgb(220,125,188); }
td.TdClassName
{
border-color: #DC7DBC;
}
.TagClassName
{
border-color: #DC7DBC;
}
</style>