Shades of Persian Pink #DC7ABF
Tints of Persian Pink #DC7ABF
RGB
CMYK
RGB Variations
Color information
#DC7ABF (or 0xDC7ABF) is known color: Persian Pink. HEX triplet: DC, 7A and BF. RGB value is (220,122,191). Sum of RGB (Red+Green+Blue) = 220+122+191=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ABF is #238540. Grayscale: #9E9E9E. Windows color (decimal): -2327873 or 12548828. OLE color: 12548828.
HSL color Cylindrical-coordinate representation of color #DC7ABF: hue angle of 317.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ABF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 191 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.14 |
| HSL | 317.76º | 0.58% | 0.67% | - |
| HSV(B) | 317.76º | 0.45% | 0.86% | - |
| XYZ | 45.88 | 32.9 | 53.22 | - |
| YUV | 159.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 191 | 0 | 0.45 | 0.13 | 0.14 | 317.76 | 0.58 | 0.67 |
| Hex | DC | 7A | BF | 0 | 2D | D | E | 13E | 3A | 43 |
| Octal | 334 | 172 | 277 | 0 | 55 | 15 | 16 | 476 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10111111 | 0 | 101101 | 1101 | 1110 | 100111110 | 111010 | 1000011 |
Color Harmonies of #DC7ABF
Complementary color
Monochromatic Colors of #DC7ABF
Black with #DC7ABF
Text Example
Text Example
White with #DC7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ABF; }
p { color: rgb(220,122,191); }
H1.HeaderClassName
{
color: #DC7ABF;
}
.AnyTagClassName
{
color: #DC7ABF;
}
</style>
background-color css
<style>
a { background-color: #DC7ABF; }
a { background-color: rgb(220,122,191); }
div.DivClassName
{
background-color: #DC7ABF;
}
.BgClassName
{
background-color: #DC7ABF;
}
</style>
border-color css
<style>
span { border-color: #DC7ABF; }
span { border-color: rgb(220,122,191); }
td.TdClassName
{
border-color: #DC7ABF;
}
.TagClassName
{
border-color: #DC7ABF;
}
</style>