Shades of Persian Pink #DC80BC
Tints of Persian Pink #DC80BC
RGB
CMYK
RGB Variations
Color information
#DC80BC (or 0xDC80BC) is known color: Persian Pink. HEX triplet: DC, 80 and BC. RGB value is (220,128,188). Sum of RGB (Red+Green+Blue) = 220+128+188=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BC is #237F43. Grayscale: #A2A2A2. Windows color (decimal): -2326340 or 12353756. OLE color: 12353756.
HSL color Cylindrical-coordinate representation of color #DC80BC: hue angle of 320.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80BC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 188 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.14 |
| HSL | 320.87º | 0.57% | 0.68% | - |
| HSV(B) | 320.87º | 0.42% | 0.86% | - |
| XYZ | 46.31 | 34.28 | 51.75 | - |
| YUV | 162.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 188 | 0 | 0.42 | 0.15 | 0.14 | 320.87 | 0.57 | 0.68 |
| Hex | DC | 80 | BC | 0 | 2A | F | E | 141 | 39 | 44 |
| Octal | 334 | 200 | 274 | 0 | 52 | 17 | 16 | 501 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10111100 | 0 | 101010 | 1111 | 1110 | 101000001 | 111001 | 1000100 |
Color Harmonies of #DC80BC
Complementary color
Monochromatic Colors of #DC80BC
Black with #DC80BC
Text Example
Text Example
White with #DC80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80BC; }
p { color: rgb(220,128,188); }
H1.HeaderClassName
{
color: #DC80BC;
}
.AnyTagClassName
{
color: #DC80BC;
}
</style>
background-color css
<style>
a { background-color: #DC80BC; }
a { background-color: rgb(220,128,188); }
div.DivClassName
{
background-color: #DC80BC;
}
.BgClassName
{
background-color: #DC80BC;
}
</style>
border-color css
<style>
span { border-color: #DC80BC; }
span { border-color: rgb(220,128,188); }
td.TdClassName
{
border-color: #DC80BC;
}
.TagClassName
{
border-color: #DC80BC;
}
</style>