Shades of Persian Pink #DD76B1
Tints of Persian Pink #DD76B1
RGB
CMYK
RGB Variations
Color information
#DD76B1 (or 0xDD76B1) is known color: Persian Pink. HEX triplet: DD, 76 and B1. RGB value is (221,118,177). Sum of RGB (Red+Green+Blue) = 221+118+177=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76B1 is #22894E. Grayscale: #9B9B9B. Windows color (decimal): -2263375 or 11630301. OLE color: 11630301.
HSL color Cylindrical-coordinate representation of color #DD76B1: hue angle of 325.63º 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 #DD76B1 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 177 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.13 |
| HSL | 325.63º | 0.6% | 0.66% | - |
| HSV(B) | 325.63º | 0.47% | 0.87% | - |
| XYZ | 44.23 | 31.5 | 45.34 | - |
| YUV | 155.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 177 | 0 | 0.47 | 0.20 | 0.13 | 325.63 | 0.6 | 0.66 |
| Hex | DD | 76 | B1 | 0 | 2F | 14 | D | 146 | 3C | 42 |
| Octal | 335 | 166 | 261 | 0 | 57 | 24 | 15 | 506 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10110001 | 0 | 101111 | 10100 | 1101 | 101000110 | 111100 | 1000010 |
Color Harmonies of #DD76B1
Complementary color
Monochromatic Colors of #DD76B1
Black with #DD76B1
Text Example
Text Example
White with #DD76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76B1; }
p { color: rgb(221,118,177); }
H1.HeaderClassName
{
color: #DD76B1;
}
.AnyTagClassName
{
color: #DD76B1;
}
</style>
background-color css
<style>
a { background-color: #DD76B1; }
a { background-color: rgb(221,118,177); }
div.DivClassName
{
background-color: #DD76B1;
}
.BgClassName
{
background-color: #DD76B1;
}
</style>
border-color css
<style>
span { border-color: #DD76B1; }
span { border-color: rgb(221,118,177); }
td.TdClassName
{
border-color: #DD76B1;
}
.TagClassName
{
border-color: #DD76B1;
}
</style>