Shades of Persian Pink #DC7AB0
Tints of Persian Pink #DC7AB0
RGB
CMYK
RGB Variations
Color information
#DC7AB0 (or 0xDC7AB0) is known color: Persian Pink. HEX triplet: DC, 7A and B0. RGB value is (220,122,176). Sum of RGB (Red+Green+Blue) = 220+122+176=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AB0 is #23854F. Grayscale: #9D9D9D. Windows color (decimal): -2327888 or 11565788. OLE color: 11565788.
HSL color Cylindrical-coordinate representation of color #DC7AB0: hue angle of 326.94º 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 #DC7AB0 is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 176 | - |
| CMYK | 0 | 0.45 | 0.2 | 0.14 |
| HSL | 326.94º | 0.58% | 0.67% | - |
| HSV(B) | 326.94º | 0.45% | 0.86% | - |
| XYZ | 44.31 | 32.27 | 44.97 | - |
| YUV | 157.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 176 | 0 | 0.45 | 0.2 | 0.14 | 326.94 | 0.58 | 0.67 |
| Hex | DC | 7A | B0 | 0 | 2D | 14 | E | 147 | 3A | 43 |
| Octal | 334 | 172 | 260 | 0 | 55 | 24 | 16 | 507 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10110000 | 0 | 101101 | 10100 | 1110 | 101000111 | 111010 | 1000011 |
Color Harmonies of #DC7AB0
Complementary color
Monochromatic Colors of #DC7AB0
Black with #DC7AB0
Text Example
Text Example
White with #DC7AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AB0; }
p { color: rgb(220,122,176); }
H1.HeaderClassName
{
color: #DC7AB0;
}
.AnyTagClassName
{
color: #DC7AB0;
}
</style>
background-color css
<style>
a { background-color: #DC7AB0; }
a { background-color: rgb(220,122,176); }
div.DivClassName
{
background-color: #DC7AB0;
}
.BgClassName
{
background-color: #DC7AB0;
}
</style>
border-color css
<style>
span { border-color: #DC7AB0; }
span { border-color: rgb(220,122,176); }
td.TdClassName
{
border-color: #DC7AB0;
}
.TagClassName
{
border-color: #DC7AB0;
}
</style>