Shades of Persian Pink #DC7EBA
Tints of Persian Pink #DC7EBA
RGB
CMYK
RGB Variations
Color information
#DC7EBA (or 0xDC7EBA) is known color: Persian Pink. HEX triplet: DC, 7E and BA. RGB value is (220,126,186). Sum of RGB (Red+Green+Blue) = 220+126+186=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EBA is #238145. Grayscale: #A0A0A0. Windows color (decimal): -2326854 or 12222172. OLE color: 12222172.
HSL color Cylindrical-coordinate representation of color #DC7EBA: hue angle of 321.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7EBA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 186 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.14 |
| HSL | 321.7º | 0.57% | 0.68% | - |
| HSV(B) | 321.7º | 0.43% | 0.86% | - |
| XYZ | 45.84 | 33.68 | 50.54 | - |
| YUV | 160.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 186 | 0 | 0.43 | 0.15 | 0.14 | 321.7 | 0.57 | 0.68 |
| Hex | DC | 7E | BA | 0 | 2B | F | E | 142 | 39 | 44 |
| Octal | 334 | 176 | 272 | 0 | 53 | 17 | 16 | 502 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10111010 | 0 | 101011 | 1111 | 1110 | 101000010 | 111001 | 1000100 |
Color Harmonies of #DC7EBA
Complementary color
Monochromatic Colors of #DC7EBA
Black with #DC7EBA
Text Example
Text Example
White with #DC7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EBA; }
p { color: rgb(220,126,186); }
H1.HeaderClassName
{
color: #DC7EBA;
}
.AnyTagClassName
{
color: #DC7EBA;
}
</style>
background-color css
<style>
a { background-color: #DC7EBA; }
a { background-color: rgb(220,126,186); }
div.DivClassName
{
background-color: #DC7EBA;
}
.BgClassName
{
background-color: #DC7EBA;
}
</style>
border-color css
<style>
span { border-color: #DC7EBA; }
span { border-color: rgb(220,126,186); }
td.TdClassName
{
border-color: #DC7EBA;
}
.TagClassName
{
border-color: #DC7EBA;
}
</style>