Shades of Persian Pink #DC7AB5
Tints of Persian Pink #DC7AB5
RGB
CMYK
RGB Variations
Color information
#DC7AB5 (or 0xDC7AB5) is known color: Persian Pink. HEX triplet: DC, 7A and B5. RGB value is (220,122,181). Sum of RGB (Red+Green+Blue) = 220+122+181=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AB5 is #23854A. Grayscale: #9D9D9D. Windows color (decimal): -2327883 or 11893468. OLE color: 11893468.
HSL color Cylindrical-coordinate representation of color #DC7AB5: hue angle of 323.88º 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 #DC7AB5 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 181 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.14 |
| HSL | 323.88º | 0.58% | 0.67% | - |
| HSV(B) | 323.88º | 0.45% | 0.86% | - |
| XYZ | 44.82 | 32.47 | 47.62 | - |
| YUV | 158.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 181 | 0 | 0.45 | 0.18 | 0.14 | 323.88 | 0.58 | 0.67 |
| Hex | DC | 7A | B5 | 0 | 2D | 12 | E | 144 | 3A | 43 |
| Octal | 334 | 172 | 265 | 0 | 55 | 22 | 16 | 504 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10110101 | 0 | 101101 | 10010 | 1110 | 101000100 | 111010 | 1000011 |
Color Harmonies of #DC7AB5
Complementary color
Monochromatic Colors of #DC7AB5
Black with #DC7AB5
Text Example
Text Example
White with #DC7AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AB5; }
p { color: rgb(220,122,181); }
H1.HeaderClassName
{
color: #DC7AB5;
}
.AnyTagClassName
{
color: #DC7AB5;
}
</style>
background-color css
<style>
a { background-color: #DC7AB5; }
a { background-color: rgb(220,122,181); }
div.DivClassName
{
background-color: #DC7AB5;
}
.BgClassName
{
background-color: #DC7AB5;
}
</style>
border-color css
<style>
span { border-color: #DC7AB5; }
span { border-color: rgb(220,122,181); }
td.TdClassName
{
border-color: #DC7AB5;
}
.TagClassName
{
border-color: #DC7AB5;
}
</style>