Shades of Persian Pink #DC7ABB
Tints of Persian Pink #DC7ABB
RGB
CMYK
RGB Variations
Color information
#DC7ABB (or 0xDC7ABB) is known color: Persian Pink. HEX triplet: DC, 7A and BB. RGB value is (220,122,187). Sum of RGB (Red+Green+Blue) = 220+122+187=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ABB is #238544. Grayscale: #9E9E9E. Windows color (decimal): -2327877 or 12286684. OLE color: 12286684.
HSL color Cylindrical-coordinate representation of color #DC7ABB: hue angle of 320.2º 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 #DC7ABB is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 187 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.14 |
| HSL | 320.2º | 0.58% | 0.67% | - |
| HSV(B) | 320.2º | 0.45% | 0.86% | - |
| XYZ | 45.44 | 32.72 | 50.93 | - |
| YUV | 158.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 187 | 0 | 0.45 | 0.15 | 0.14 | 320.2 | 0.58 | 0.67 |
| Hex | DC | 7A | BB | 0 | 2D | F | E | 140 | 3A | 43 |
| Octal | 334 | 172 | 273 | 0 | 55 | 17 | 16 | 500 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10111011 | 0 | 101101 | 1111 | 1110 | 101000000 | 111010 | 1000011 |
Color Harmonies of #DC7ABB
Complementary color
Monochromatic Colors of #DC7ABB
Black with #DC7ABB
Text Example
Text Example
White with #DC7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ABB; }
p { color: rgb(220,122,187); }
H1.HeaderClassName
{
color: #DC7ABB;
}
.AnyTagClassName
{
color: #DC7ABB;
}
</style>
background-color css
<style>
a { background-color: #DC7ABB; }
a { background-color: rgb(220,122,187); }
div.DivClassName
{
background-color: #DC7ABB;
}
.BgClassName
{
background-color: #DC7ABB;
}
</style>
border-color css
<style>
span { border-color: #DC7ABB; }
span { border-color: rgb(220,122,187); }
td.TdClassName
{
border-color: #DC7ABB;
}
.TagClassName
{
border-color: #DC7ABB;
}
</style>