Shades of Persian Pink #DC7EBB
Tints of Persian Pink #DC7EBB
RGB
CMYK
RGB Variations
Color information
#DC7EBB (or 0xDC7EBB) is known color: Persian Pink. HEX triplet: DC, 7E and BB. RGB value is (220,126,187). Sum of RGB (Red+Green+Blue) = 220+126+187=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EBB is #238144. Grayscale: #A0A0A0. Windows color (decimal): -2326853 or 12287708. OLE color: 12287708.
HSL color Cylindrical-coordinate representation of color #DC7EBB: hue angle of 321.06º 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 #DC7EBB is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 187 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.14 |
| HSL | 321.06º | 0.57% | 0.68% | - |
| HSV(B) | 321.06º | 0.43% | 0.86% | - |
| XYZ | 45.95 | 33.73 | 51.1 | - |
| YUV | 161.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 187 | 0 | 0.43 | 0.15 | 0.14 | 321.06 | 0.57 | 0.68 |
| Hex | DC | 7E | BB | 0 | 2B | F | E | 141 | 39 | 44 |
| Octal | 334 | 176 | 273 | 0 | 53 | 17 | 16 | 501 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10111011 | 0 | 101011 | 1111 | 1110 | 101000001 | 111001 | 1000100 |
Color Harmonies of #DC7EBB
Complementary color
Monochromatic Colors of #DC7EBB
Black with #DC7EBB
Text Example
Text Example
White with #DC7EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EBB; }
p { color: rgb(220,126,187); }
H1.HeaderClassName
{
color: #DC7EBB;
}
.AnyTagClassName
{
color: #DC7EBB;
}
</style>
background-color css
<style>
a { background-color: #DC7EBB; }
a { background-color: rgb(220,126,187); }
div.DivClassName
{
background-color: #DC7EBB;
}
.BgClassName
{
background-color: #DC7EBB;
}
</style>
border-color css
<style>
span { border-color: #DC7EBB; }
span { border-color: rgb(220,126,187); }
td.TdClassName
{
border-color: #DC7EBB;
}
.TagClassName
{
border-color: #DC7EBB;
}
</style>