Shades of Persian Pink #DD76B9
Tints of Persian Pink #DD76B9
RGB
CMYK
RGB Variations
Color information
#DD76B9 (or 0xDD76B9) is known color: Persian Pink. HEX triplet: DD, 76 and B9. RGB value is (221,118,185). Sum of RGB (Red+Green+Blue) = 221+118+185=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B9 is #228946. Grayscale: #9C9C9C. Windows color (decimal): -2263367 or 12154589. OLE color: 12154589.
HSL color Cylindrical-coordinate representation of color #DD76B9: hue angle of 320.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76B9 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 185 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.13 |
| HSL | 320.97º | 0.6% | 0.66% | - |
| HSV(B) | 320.97º | 0.47% | 0.87% | - |
| XYZ | 45.05 | 31.83 | 49.67 | - |
| YUV | 156.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 185 | 0 | 0.47 | 0.16 | 0.13 | 320.97 | 0.6 | 0.66 |
| Hex | DD | 76 | B9 | 0 | 2F | 10 | D | 141 | 3C | 42 |
| Octal | 335 | 166 | 271 | 0 | 57 | 20 | 15 | 501 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10111001 | 0 | 101111 | 10000 | 1101 | 101000001 | 111100 | 1000010 |
Color Harmonies of #DD76B9
Complementary color
Monochromatic Colors of #DD76B9
Black with #DD76B9
Text Example
Text Example
White with #DD76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76B9; }
p { color: rgb(221,118,185); }
H1.HeaderClassName
{
color: #DD76B9;
}
.AnyTagClassName
{
color: #DD76B9;
}
</style>
background-color css
<style>
a { background-color: #DD76B9; }
a { background-color: rgb(221,118,185); }
div.DivClassName
{
background-color: #DD76B9;
}
.BgClassName
{
background-color: #DD76B9;
}
</style>
border-color css
<style>
span { border-color: #DD76B9; }
span { border-color: rgb(221,118,185); }
td.TdClassName
{
border-color: #DD76B9;
}
.TagClassName
{
border-color: #DD76B9;
}
</style>