Shades of Persian Pink #DE7AB0
Tints of Persian Pink #DE7AB0
RGB
CMYK
RGB Variations
Color information
#DE7AB0 (or 0xDE7AB0) is known color: Persian Pink. HEX triplet: DE, 7A and B0. RGB value is (222,122,176). Sum of RGB (Red+Green+Blue) = 222+122+176=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7AB0 is #21854F. Grayscale: #9D9D9D. Windows color (decimal): -2196816 or 11565790. OLE color: 11565790.
HSL color Cylindrical-coordinate representation of color #DE7AB0: hue angle of 327.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 #DE7AB0 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 176 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.13 |
| HSL | 327.6º | 0.6% | 0.67% | - |
| HSV(B) | 327.6º | 0.45% | 0.87% | - |
| XYZ | 44.92 | 32.58 | 45 | - |
| YUV | 158.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 176 | 0 | 0.45 | 0.21 | 0.13 | 327.6 | 0.6 | 0.67 |
| Hex | DE | 7A | B0 | 0 | 2D | 15 | D | 148 | 3C | 43 |
| Octal | 336 | 172 | 260 | 0 | 55 | 25 | 15 | 510 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10110000 | 0 | 101101 | 10101 | 1101 | 101001000 | 111100 | 1000011 |
Color Harmonies of #DE7AB0
Complementary color
Monochromatic Colors of #DE7AB0
Black with #DE7AB0
Text Example
Text Example
White with #DE7AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AB0; }
p { color: rgb(222,122,176); }
H1.HeaderClassName
{
color: #DE7AB0;
}
.AnyTagClassName
{
color: #DE7AB0;
}
</style>
background-color css
<style>
a { background-color: #DE7AB0; }
a { background-color: rgb(222,122,176); }
div.DivClassName
{
background-color: #DE7AB0;
}
.BgClassName
{
background-color: #DE7AB0;
}
</style>
border-color css
<style>
span { border-color: #DE7AB0; }
span { border-color: rgb(222,122,176); }
td.TdClassName
{
border-color: #DE7AB0;
}
.TagClassName
{
border-color: #DE7AB0;
}
</style>