Shades of Persian Pink #DE7ABA
Tints of Persian Pink #DE7ABA
RGB
CMYK
RGB Variations
Color information
#DE7ABA (or 0xDE7ABA) is known color: Persian Pink. HEX triplet: DE, 7A and BA. RGB value is (222,122,186). Sum of RGB (Red+Green+Blue) = 222+122+186=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ABA is #218545. Grayscale: #9F9F9F. Windows color (decimal): -2196806 or 12221150. OLE color: 12221150.
HSL color Cylindrical-coordinate representation of color #DE7ABA: hue angle of 321.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7ABA is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 186 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.13 |
| HSL | 321.6º | 0.6% | 0.67% | - |
| HSV(B) | 321.6º | 0.45% | 0.87% | - |
| XYZ | 45.95 | 32.99 | 50.4 | - |
| YUV | 159.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 186 | 0 | 0.45 | 0.16 | 0.13 | 321.6 | 0.6 | 0.67 |
| Hex | DE | 7A | BA | 0 | 2D | 10 | D | 142 | 3C | 43 |
| Octal | 336 | 172 | 272 | 0 | 55 | 20 | 15 | 502 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10111010 | 0 | 101101 | 10000 | 1101 | 101000010 | 111100 | 1000011 |
Color Harmonies of #DE7ABA
Complementary color
Monochromatic Colors of #DE7ABA
Black with #DE7ABA
Text Example
Text Example
White with #DE7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7ABA; }
p { color: rgb(222,122,186); }
H1.HeaderClassName
{
color: #DE7ABA;
}
.AnyTagClassName
{
color: #DE7ABA;
}
</style>
background-color css
<style>
a { background-color: #DE7ABA; }
a { background-color: rgb(222,122,186); }
div.DivClassName
{
background-color: #DE7ABA;
}
.BgClassName
{
background-color: #DE7ABA;
}
</style>
border-color css
<style>
span { border-color: #DE7ABA; }
span { border-color: rgb(222,122,186); }
td.TdClassName
{
border-color: #DE7ABA;
}
.TagClassName
{
border-color: #DE7ABA;
}
</style>