Shades of Persian Pink #DD79BC
Tints of Persian Pink #DD79BC
RGB
CMYK
RGB Variations
Color information
#DD79BC (or 0xDD79BC) is known color: Persian Pink. HEX triplet: DD, 79 and BC. RGB value is (221,121,188). Sum of RGB (Red+Green+Blue) = 221+121+188=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79BC is #228643. Grayscale: #9E9E9E. Windows color (decimal): -2262596 or 12351965. OLE color: 12351965.
HSL color Cylindrical-coordinate representation of color #DD79BC: hue angle of 319.8º 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 #DD79BC is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 188 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.13 |
| HSL | 319.8º | 0.6% | 0.67% | - |
| HSV(B) | 319.8º | 0.45% | 0.87% | - |
| XYZ | 45.73 | 32.68 | 51.47 | - |
| YUV | 158.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 188 | 0 | 0.45 | 0.15 | 0.13 | 319.8 | 0.6 | 0.67 |
| Hex | DD | 79 | BC | 0 | 2D | F | D | 140 | 3C | 43 |
| Octal | 335 | 171 | 274 | 0 | 55 | 17 | 15 | 500 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10111100 | 0 | 101101 | 1111 | 1101 | 101000000 | 111100 | 1000011 |
Color Harmonies of #DD79BC
Complementary color
Monochromatic Colors of #DD79BC
Black with #DD79BC
Text Example
Text Example
White with #DD79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79BC; }
p { color: rgb(221,121,188); }
H1.HeaderClassName
{
color: #DD79BC;
}
.AnyTagClassName
{
color: #DD79BC;
}
</style>
background-color css
<style>
a { background-color: #DD79BC; }
a { background-color: rgb(221,121,188); }
div.DivClassName
{
background-color: #DD79BC;
}
.BgClassName
{
background-color: #DD79BC;
}
</style>
border-color css
<style>
span { border-color: #DD79BC; }
span { border-color: rgb(221,121,188); }
td.TdClassName
{
border-color: #DD79BC;
}
.TagClassName
{
border-color: #DD79BC;
}
</style>