Shades of Persian Pink #DA7EBC
Tints of Persian Pink #DA7EBC
RGB
CMYK
RGB Variations
Color information
#DA7EBC (or 0xDA7EBC) is known color: Persian Pink. HEX triplet: DA, 7E and BC. RGB value is (218,126,188). Sum of RGB (Red+Green+Blue) = 218+126+188=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBC is #258143. Grayscale: #A0A0A0. Windows color (decimal): -2457924 or 12353242. OLE color: 12353242.
HSL color Cylindrical-coordinate representation of color #DA7EBC: hue angle of 319.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7EBC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 188 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.15 |
| HSL | 319.57º | 0.55% | 0.67% | - |
| HSV(B) | 319.57º | 0.42% | 0.85% | - |
| XYZ | 45.45 | 33.46 | 51.64 | - |
| YUV | 160.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 188 | 0 | 0.42 | 0.14 | 0.15 | 319.57 | 0.55 | 0.67 |
| Hex | DA | 7E | BC | 0 | 2A | E | F | 140 | 37 | 43 |
| Octal | 332 | 176 | 274 | 0 | 52 | 16 | 17 | 500 | 67 | 103 |
| Binary | 11011010 | 1111110 | 10111100 | 0 | 101010 | 1110 | 1111 | 101000000 | 110111 | 1000011 |
Color Harmonies of #DA7EBC
Complementary color
Monochromatic Colors of #DA7EBC
Black with #DA7EBC
Text Example
Text Example
White with #DA7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EBC; }
p { color: rgb(218,126,188); }
H1.HeaderClassName
{
color: #DA7EBC;
}
.AnyTagClassName
{
color: #DA7EBC;
}
</style>
background-color css
<style>
a { background-color: #DA7EBC; }
a { background-color: rgb(218,126,188); }
div.DivClassName
{
background-color: #DA7EBC;
}
.BgClassName
{
background-color: #DA7EBC;
}
</style>
border-color css
<style>
span { border-color: #DA7EBC; }
span { border-color: rgb(218,126,188); }
td.TdClassName
{
border-color: #DA7EBC;
}
.TagClassName
{
border-color: #DA7EBC;
}
</style>