Shades of Persian Pink #DD76B4
Tints of Persian Pink #DD76B4
RGB
CMYK
RGB Variations
Color information
#DD76B4 (or 0xDD76B4) is known color: Persian Pink. HEX triplet: DD, 76 and B4. RGB value is (221,118,180). Sum of RGB (Red+Green+Blue) = 221+118+180=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B4 is #22894B. Grayscale: #9B9B9B. Windows color (decimal): -2263372 or 11826909. OLE color: 11826909.
HSL color Cylindrical-coordinate representation of color #DD76B4: hue angle of 323.88º 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 #DD76B4 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 180 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.13 |
| HSL | 323.88º | 0.6% | 0.66% | - |
| HSV(B) | 323.88º | 0.47% | 0.87% | - |
| XYZ | 44.54 | 31.62 | 46.94 | - |
| YUV | 155.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 180 | 0 | 0.47 | 0.19 | 0.13 | 323.88 | 0.6 | 0.66 |
| Hex | DD | 76 | B4 | 0 | 2F | 13 | D | 144 | 3C | 42 |
| Octal | 335 | 166 | 264 | 0 | 57 | 23 | 15 | 504 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10110100 | 0 | 101111 | 10011 | 1101 | 101000100 | 111100 | 1000010 |
Color Harmonies of #DD76B4
Complementary color
Monochromatic Colors of #DD76B4
Black with #DD76B4
Text Example
Text Example
White with #DD76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76B4; }
p { color: rgb(221,118,180); }
H1.HeaderClassName
{
color: #DD76B4;
}
.AnyTagClassName
{
color: #DD76B4;
}
</style>
background-color css
<style>
a { background-color: #DD76B4; }
a { background-color: rgb(221,118,180); }
div.DivClassName
{
background-color: #DD76B4;
}
.BgClassName
{
background-color: #DD76B4;
}
</style>
border-color css
<style>
span { border-color: #DD76B4; }
span { border-color: rgb(221,118,180); }
td.TdClassName
{
border-color: #DD76B4;
}
.TagClassName
{
border-color: #DD76B4;
}
</style>