Shades of Persian Pink #DE79B3
Tints of Persian Pink #DE79B3
RGB
CMYK
RGB Variations
Color information
#DE79B3 (or 0xDE79B3) is known color: Persian Pink. HEX triplet: DE, 79 and B3. RGB value is (222,121,179). Sum of RGB (Red+Green+Blue) = 222+121+179=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79B3 is #21864C. Grayscale: #9D9D9D. Windows color (decimal): -2197069 or 11762142. OLE color: 11762142.
HSL color Cylindrical-coordinate representation of color #DE79B3: hue angle of 325.54º 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 #DE79B3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 179 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.13 |
| HSL | 325.54º | 0.6% | 0.67% | - |
| HSV(B) | 325.54º | 0.45% | 0.87% | - |
| XYZ | 45.1 | 32.46 | 46.54 | - |
| YUV | 157.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 179 | 0 | 0.45 | 0.19 | 0.13 | 325.54 | 0.6 | 0.67 |
| Hex | DE | 79 | B3 | 0 | 2D | 13 | D | 146 | 3C | 43 |
| Octal | 336 | 171 | 263 | 0 | 55 | 23 | 15 | 506 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10110011 | 0 | 101101 | 10011 | 1101 | 101000110 | 111100 | 1000011 |
Color Harmonies of #DE79B3
Complementary color
Monochromatic Colors of #DE79B3
Black with #DE79B3
Text Example
Text Example
White with #DE79B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79B3; }
p { color: rgb(222,121,179); }
H1.HeaderClassName
{
color: #DE79B3;
}
.AnyTagClassName
{
color: #DE79B3;
}
</style>
background-color css
<style>
a { background-color: #DE79B3; }
a { background-color: rgb(222,121,179); }
div.DivClassName
{
background-color: #DE79B3;
}
.BgClassName
{
background-color: #DE79B3;
}
</style>
border-color css
<style>
span { border-color: #DE79B3; }
span { border-color: rgb(222,121,179); }
td.TdClassName
{
border-color: #DE79B3;
}
.TagClassName
{
border-color: #DE79B3;
}
</style>