Shades of Persian Pink #DC7FB9
Tints of Persian Pink #DC7FB9
RGB
CMYK
RGB Variations
Color information
#DC7FB9 (or 0xDC7FB9) is known color: Persian Pink. HEX triplet: DC, 7F and B9. RGB value is (220,127,185). Sum of RGB (Red+Green+Blue) = 220+127+185=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB9 is #238046. Grayscale: #A1A1A1. Windows color (decimal): -2326599 or 12156892. OLE color: 12156892.
HSL color Cylindrical-coordinate representation of color #DC7FB9: hue angle of 322.58º 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 #DC7FB9 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 185 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.14 |
| HSL | 322.58º | 0.57% | 0.68% | - |
| HSV(B) | 322.58º | 0.42% | 0.86% | - |
| XYZ | 45.86 | 33.9 | 50.02 | - |
| YUV | 161.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 185 | 0 | 0.42 | 0.16 | 0.14 | 322.58 | 0.57 | 0.68 |
| Hex | DC | 7F | B9 | 0 | 2A | 10 | E | 143 | 39 | 44 |
| Octal | 334 | 177 | 271 | 0 | 52 | 20 | 16 | 503 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10111001 | 0 | 101010 | 10000 | 1110 | 101000011 | 111001 | 1000100 |
Color Harmonies of #DC7FB9
Complementary color
Monochromatic Colors of #DC7FB9
Black with #DC7FB9
Text Example
Text Example
White with #DC7FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FB9; }
p { color: rgb(220,127,185); }
H1.HeaderClassName
{
color: #DC7FB9;
}
.AnyTagClassName
{
color: #DC7FB9;
}
</style>
background-color css
<style>
a { background-color: #DC7FB9; }
a { background-color: rgb(220,127,185); }
div.DivClassName
{
background-color: #DC7FB9;
}
.BgClassName
{
background-color: #DC7FB9;
}
</style>
border-color css
<style>
span { border-color: #DC7FB9; }
span { border-color: rgb(220,127,185); }
td.TdClassName
{
border-color: #DC7FB9;
}
.TagClassName
{
border-color: #DC7FB9;
}
</style>