Shades of Persian Pink #DE79B0
Tints of Persian Pink #DE79B0
RGB
CMYK
RGB Variations
Color information
#DE79B0 (or 0xDE79B0) is known color: Persian Pink. HEX triplet: DE, 79 and B0. RGB value is (222,121,176). Sum of RGB (Red+Green+Blue) = 222+121+176=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE79B0 is #21864F. Grayscale: #9D9D9D. Windows color (decimal): -2197072 or 11565534. OLE color: 11565534.
HSL color Cylindrical-coordinate representation of color #DE79B0: hue angle of 327.33º 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 #DE79B0 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 176 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.13 |
| HSL | 327.33º | 0.6% | 0.67% | - |
| HSV(B) | 327.33º | 0.45% | 0.87% | - |
| XYZ | 44.8 | 32.34 | 44.96 | - |
| YUV | 157.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 176 | 0 | 0.45 | 0.21 | 0.13 | 327.33 | 0.6 | 0.67 |
| Hex | DE | 79 | B0 | 0 | 2D | 15 | D | 147 | 3C | 43 |
| Octal | 336 | 171 | 260 | 0 | 55 | 25 | 15 | 507 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10110000 | 0 | 101101 | 10101 | 1101 | 101000111 | 111100 | 1000011 |
Color Harmonies of #DE79B0
Complementary color
Monochromatic Colors of #DE79B0
Black with #DE79B0
Text Example
Text Example
White with #DE79B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79B0; }
p { color: rgb(222,121,176); }
H1.HeaderClassName
{
color: #DE79B0;
}
.AnyTagClassName
{
color: #DE79B0;
}
</style>
background-color css
<style>
a { background-color: #DE79B0; }
a { background-color: rgb(222,121,176); }
div.DivClassName
{
background-color: #DE79B0;
}
.BgClassName
{
background-color: #DE79B0;
}
</style>
border-color css
<style>
span { border-color: #DE79B0; }
span { border-color: rgb(222,121,176); }
td.TdClassName
{
border-color: #DE79B0;
}
.TagClassName
{
border-color: #DE79B0;
}
</style>