Shades of Persian Pink #DC7AB9
Tints of Persian Pink #DC7AB9
RGB
CMYK
RGB Variations
Color information
#DC7AB9 (or 0xDC7AB9) is known color: Persian Pink. HEX triplet: DC, 7A and B9. RGB value is (220,122,185). Sum of RGB (Red+Green+Blue) = 220+122+185=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AB9 is #238546. Grayscale: #9E9E9E. Windows color (decimal): -2327879 or 12155612. OLE color: 12155612.
HSL color Cylindrical-coordinate representation of color #DC7AB9: hue angle of 321.43º 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 #DC7AB9 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 185 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.14 |
| HSL | 321.43º | 0.58% | 0.67% | - |
| HSV(B) | 321.43º | 0.45% | 0.86% | - |
| XYZ | 45.23 | 32.64 | 49.81 | - |
| YUV | 158.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 185 | 0 | 0.45 | 0.16 | 0.14 | 321.43 | 0.58 | 0.67 |
| Hex | DC | 7A | B9 | 0 | 2D | 10 | E | 141 | 3A | 43 |
| Octal | 334 | 172 | 271 | 0 | 55 | 20 | 16 | 501 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10111001 | 0 | 101101 | 10000 | 1110 | 101000001 | 111010 | 1000011 |
Color Harmonies of #DC7AB9
Complementary color
Monochromatic Colors of #DC7AB9
Black with #DC7AB9
Text Example
Text Example
White with #DC7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AB9; }
p { color: rgb(220,122,185); }
H1.HeaderClassName
{
color: #DC7AB9;
}
.AnyTagClassName
{
color: #DC7AB9;
}
</style>
background-color css
<style>
a { background-color: #DC7AB9; }
a { background-color: rgb(220,122,185); }
div.DivClassName
{
background-color: #DC7AB9;
}
.BgClassName
{
background-color: #DC7AB9;
}
</style>
border-color css
<style>
span { border-color: #DC7AB9; }
span { border-color: rgb(220,122,185); }
td.TdClassName
{
border-color: #DC7AB9;
}
.TagClassName
{
border-color: #DC7AB9;
}
</style>