Shades of Persian Pink #DE77B9
Tints of Persian Pink #DE77B9
RGB
CMYK
RGB Variations
Color information
#DE77B9 (or 0xDE77B9) is known color: Persian Pink. HEX triplet: DE, 77 and B9. RGB value is (222,119,185). Sum of RGB (Red+Green+Blue) = 222+119+185=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77B9 is #218846. Grayscale: #9D9D9D. Windows color (decimal): -2197575 or 12154846. OLE color: 12154846.
HSL color Cylindrical-coordinate representation of color #DE77B9: hue angle of 321.55º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77B9 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 185 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.13 |
| HSL | 321.55º | 0.61% | 0.67% | - |
| HSV(B) | 321.55º | 0.46% | 0.87% | - |
| XYZ | 45.48 | 32.23 | 49.72 | - |
| YUV | 157.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 185 | 0 | 0.46 | 0.17 | 0.13 | 321.55 | 0.61 | 0.67 |
| Hex | DE | 77 | B9 | 0 | 2E | 11 | D | 142 | 3D | 43 |
| Octal | 336 | 167 | 271 | 0 | 56 | 21 | 15 | 502 | 75 | 103 |
| Binary | 11011110 | 1110111 | 10111001 | 0 | 101110 | 10001 | 1101 | 101000010 | 111101 | 1000011 |
Color Harmonies of #DE77B9
Complementary color
Monochromatic Colors of #DE77B9
Black with #DE77B9
Text Example
Text Example
White with #DE77B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77B9; }
p { color: rgb(222,119,185); }
H1.HeaderClassName
{
color: #DE77B9;
}
.AnyTagClassName
{
color: #DE77B9;
}
</style>
background-color css
<style>
a { background-color: #DE77B9; }
a { background-color: rgb(222,119,185); }
div.DivClassName
{
background-color: #DE77B9;
}
.BgClassName
{
background-color: #DE77B9;
}
</style>
border-color css
<style>
span { border-color: #DE77B9; }
span { border-color: rgb(222,119,185); }
td.TdClassName
{
border-color: #DE77B9;
}
.TagClassName
{
border-color: #DE77B9;
}
</style>