Shades of Persian Pink #DE79B7
Tints of Persian Pink #DE79B7
RGB
CMYK
RGB Variations
Color information
#DE79B7 (or 0xDE79B7) is known color: Persian Pink. HEX triplet: DE, 79 and B7. RGB value is (222,121,183). Sum of RGB (Red+Green+Blue) = 222+121+183=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79B7 is #218648. Grayscale: #9E9E9E. Windows color (decimal): -2197065 or 12024286. OLE color: 12024286.
HSL color Cylindrical-coordinate representation of color #DE79B7: hue angle of 323.17º 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 #DE79B7 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 183 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.13 |
| HSL | 323.17º | 0.6% | 0.67% | - |
| HSV(B) | 323.17º | 0.45% | 0.87% | - |
| XYZ | 45.51 | 32.62 | 48.7 | - |
| YUV | 158.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 183 | 0 | 0.45 | 0.18 | 0.13 | 323.17 | 0.6 | 0.67 |
| Hex | DE | 79 | B7 | 0 | 2D | 12 | D | 143 | 3C | 43 |
| Octal | 336 | 171 | 267 | 0 | 55 | 22 | 15 | 503 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10110111 | 0 | 101101 | 10010 | 1101 | 101000011 | 111100 | 1000011 |
Color Harmonies of #DE79B7
Complementary color
Monochromatic Colors of #DE79B7
Black with #DE79B7
Text Example
Text Example
White with #DE79B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79B7; }
p { color: rgb(222,121,183); }
H1.HeaderClassName
{
color: #DE79B7;
}
.AnyTagClassName
{
color: #DE79B7;
}
</style>
background-color css
<style>
a { background-color: #DE79B7; }
a { background-color: rgb(222,121,183); }
div.DivClassName
{
background-color: #DE79B7;
}
.BgClassName
{
background-color: #DE79B7;
}
</style>
border-color css
<style>
span { border-color: #DE79B7; }
span { border-color: rgb(222,121,183); }
td.TdClassName
{
border-color: #DE79B7;
}
.TagClassName
{
border-color: #DE79B7;
}
</style>