Shades of Persian Pink #DD79B8
Tints of Persian Pink #DD79B8
RGB
CMYK
RGB Variations
Color information
#DD79B8 (or 0xDD79B8) is known color: Persian Pink. HEX triplet: DD, 79 and B8. RGB value is (221,121,184). Sum of RGB (Red+Green+Blue) = 221+121+184=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79B8 is #228647. Grayscale: #9D9D9D. Windows color (decimal): -2262600 or 12089821. OLE color: 12089821.
HSL color Cylindrical-coordinate representation of color #DD79B8: hue angle of 322.2º 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 #DD79B8 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 184 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.13 |
| HSL | 322.2º | 0.6% | 0.67% | - |
| HSV(B) | 322.2º | 0.45% | 0.87% | - |
| XYZ | 45.31 | 32.51 | 49.23 | - |
| YUV | 158.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 184 | 0 | 0.45 | 0.17 | 0.13 | 322.2 | 0.6 | 0.67 |
| Hex | DD | 79 | B8 | 0 | 2D | 11 | D | 142 | 3C | 43 |
| Octal | 335 | 171 | 270 | 0 | 55 | 21 | 15 | 502 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10111000 | 0 | 101101 | 10001 | 1101 | 101000010 | 111100 | 1000011 |
Color Harmonies of #DD79B8
Complementary color
Monochromatic Colors of #DD79B8
Black with #DD79B8
Text Example
Text Example
White with #DD79B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79B8; }
p { color: rgb(221,121,184); }
H1.HeaderClassName
{
color: #DD79B8;
}
.AnyTagClassName
{
color: #DD79B8;
}
</style>
background-color css
<style>
a { background-color: #DD79B8; }
a { background-color: rgb(221,121,184); }
div.DivClassName
{
background-color: #DD79B8;
}
.BgClassName
{
background-color: #DD79B8;
}
</style>
border-color css
<style>
span { border-color: #DD79B8; }
span { border-color: rgb(221,121,184); }
td.TdClassName
{
border-color: #DD79B8;
}
.TagClassName
{
border-color: #DD79B8;
}
</style>