Shades of Persian Pink #DE79B8
Tints of Persian Pink #DE79B8
RGB
CMYK
RGB Variations
Color information
#DE79B8 (or 0xDE79B8) is known color: Persian Pink. HEX triplet: DE, 79 and B8. RGB value is (222,121,184). Sum of RGB (Red+Green+Blue) = 222+121+184=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79B8 is #218647. Grayscale: #9E9E9E. Windows color (decimal): -2197064 or 12089822. OLE color: 12089822.
HSL color Cylindrical-coordinate representation of color #DE79B8: hue angle of 322.57º 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 #DE79B8 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 184 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.13 |
| HSL | 322.57º | 0.6% | 0.67% | - |
| HSV(B) | 322.57º | 0.45% | 0.87% | - |
| XYZ | 45.61 | 32.67 | 49.25 | - |
| YUV | 158.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 184 | 0 | 0.45 | 0.17 | 0.13 | 322.57 | 0.6 | 0.67 |
| Hex | DE | 79 | B8 | 0 | 2D | 11 | D | 143 | 3C | 43 |
| Octal | 336 | 171 | 270 | 0 | 55 | 21 | 15 | 503 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10111000 | 0 | 101101 | 10001 | 1101 | 101000011 | 111100 | 1000011 |
Color Harmonies of #DE79B8
Complementary color
Monochromatic Colors of #DE79B8
Black with #DE79B8
Text Example
Text Example
White with #DE79B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79B8; }
p { color: rgb(222,121,184); }
H1.HeaderClassName
{
color: #DE79B8;
}
.AnyTagClassName
{
color: #DE79B8;
}
</style>
background-color css
<style>
a { background-color: #DE79B8; }
a { background-color: rgb(222,121,184); }
div.DivClassName
{
background-color: #DE79B8;
}
.BgClassName
{
background-color: #DE79B8;
}
</style>
border-color css
<style>
span { border-color: #DE79B8; }
span { border-color: rgb(222,121,184); }
td.TdClassName
{
border-color: #DE79B8;
}
.TagClassName
{
border-color: #DE79B8;
}
</style>