Shades of Persian Pink #DC7CBC
Tints of Persian Pink #DC7CBC
RGB
CMYK
RGB Variations
Color information
#DC7CBC (or 0xDC7CBC) is known color: Persian Pink. HEX triplet: DC, 7C and BC. RGB value is (220,124,188). Sum of RGB (Red+Green+Blue) = 220+124+188=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CBC is #238343. Grayscale: #9F9F9F. Windows color (decimal): -2327364 or 12352732. OLE color: 12352732.
HSL color Cylindrical-coordinate representation of color #DC7CBC: hue angle of 320º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CBC is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 188 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.14 |
| HSL | 320º | 0.58% | 0.67% | - |
| HSV(B) | 320º | 0.44% | 0.86% | - |
| XYZ | 45.8 | 33.26 | 51.58 | - |
| YUV | 160 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 188 | 0 | 0.44 | 0.15 | 0.14 | 320 | 0.58 | 0.67 |
| Hex | DC | 7C | BC | 0 | 2C | F | E | 140 | 3A | 43 |
| Octal | 334 | 174 | 274 | 0 | 54 | 17 | 16 | 500 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10111100 | 0 | 101100 | 1111 | 1110 | 101000000 | 111010 | 1000011 |
Color Harmonies of #DC7CBC
Complementary color
Monochromatic Colors of #DC7CBC
Black with #DC7CBC
Text Example
Text Example
White with #DC7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CBC; }
p { color: rgb(220,124,188); }
H1.HeaderClassName
{
color: #DC7CBC;
}
.AnyTagClassName
{
color: #DC7CBC;
}
</style>
background-color css
<style>
a { background-color: #DC7CBC; }
a { background-color: rgb(220,124,188); }
div.DivClassName
{
background-color: #DC7CBC;
}
.BgClassName
{
background-color: #DC7CBC;
}
</style>
border-color css
<style>
span { border-color: #DC7CBC; }
span { border-color: rgb(220,124,188); }
td.TdClassName
{
border-color: #DC7CBC;
}
.TagClassName
{
border-color: #DC7CBC;
}
</style>