Shades of Persian Pink #DE76BB
Tints of Persian Pink #DE76BB
RGB
CMYK
RGB Variations
Color information
#DE76BB (or 0xDE76BB) is known color: Persian Pink. HEX triplet: DE, 76 and BB. RGB value is (222,118,187). Sum of RGB (Red+Green+Blue) = 222+118+187=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76BB is #218944. Grayscale: #9C9C9C. Windows color (decimal): -2197829 or 12285662. OLE color: 12285662.
HSL color Cylindrical-coordinate representation of color #DE76BB: hue angle of 320.19º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76BB is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 187 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.13 |
| HSL | 320.19º | 0.61% | 0.67% | - |
| HSV(B) | 320.19º | 0.47% | 0.87% | - |
| XYZ | 45.57 | 32.07 | 50.8 | - |
| YUV | 156.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 187 | 0 | 0.47 | 0.16 | 0.13 | 320.19 | 0.61 | 0.67 |
| Hex | DE | 76 | BB | 0 | 2F | 10 | D | 140 | 3D | 43 |
| Octal | 336 | 166 | 273 | 0 | 57 | 20 | 15 | 500 | 75 | 103 |
| Binary | 11011110 | 1110110 | 10111011 | 0 | 101111 | 10000 | 1101 | 101000000 | 111101 | 1000011 |
Color Harmonies of #DE76BB
Complementary color
Monochromatic Colors of #DE76BB
Black with #DE76BB
Text Example
Text Example
White with #DE76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE76BB; }
p { color: rgb(222,118,187); }
H1.HeaderClassName
{
color: #DE76BB;
}
.AnyTagClassName
{
color: #DE76BB;
}
</style>
background-color css
<style>
a { background-color: #DE76BB; }
a { background-color: rgb(222,118,187); }
div.DivClassName
{
background-color: #DE76BB;
}
.BgClassName
{
background-color: #DE76BB;
}
</style>
border-color css
<style>
span { border-color: #DE76BB; }
span { border-color: rgb(222,118,187); }
td.TdClassName
{
border-color: #DE76BB;
}
.TagClassName
{
border-color: #DE76BB;
}
</style>