Shades of Persian Pink #DD79B0
Tints of Persian Pink #DD79B0
RGB
CMYK
RGB Variations
Color information
#DD79B0 (or 0xDD79B0) is known color: Persian Pink. HEX triplet: DD, 79 and B0. RGB value is (221,121,176). Sum of RGB (Red+Green+Blue) = 221+121+176=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79B0 is #22864F. Grayscale: #9D9D9D. Windows color (decimal): -2262608 or 11565533. OLE color: 11565533.
HSL color Cylindrical-coordinate representation of color #DD79B0: hue angle of 327º 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 #DD79B0 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 176 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.13 |
| HSL | 327º | 0.6% | 0.67% | - |
| HSV(B) | 327º | 0.45% | 0.87% | - |
| XYZ | 44.49 | 32.18 | 44.94 | - |
| YUV | 157.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 176 | 0 | 0.45 | 0.20 | 0.13 | 327 | 0.6 | 0.67 |
| Hex | DD | 79 | B0 | 0 | 2D | 14 | D | 147 | 3C | 43 |
| Octal | 335 | 171 | 260 | 0 | 55 | 24 | 15 | 507 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10110000 | 0 | 101101 | 10100 | 1101 | 101000111 | 111100 | 1000011 |
Color Harmonies of #DD79B0
Complementary color
Monochromatic Colors of #DD79B0
Black with #DD79B0
Text Example
Text Example
White with #DD79B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79B0; }
p { color: rgb(221,121,176); }
H1.HeaderClassName
{
color: #DD79B0;
}
.AnyTagClassName
{
color: #DD79B0;
}
</style>
background-color css
<style>
a { background-color: #DD79B0; }
a { background-color: rgb(221,121,176); }
div.DivClassName
{
background-color: #DD79B0;
}
.BgClassName
{
background-color: #DD79B0;
}
</style>
border-color css
<style>
span { border-color: #DD79B0; }
span { border-color: rgb(221,121,176); }
td.TdClassName
{
border-color: #DD79B0;
}
.TagClassName
{
border-color: #DD79B0;
}
</style>