Shades of Persian Pink #DD78B1
Tints of Persian Pink #DD78B1
RGB
CMYK
RGB Variations
Color information
#DD78B1 (or 0xDD78B1) is known color: Persian Pink. HEX triplet: DD, 78 and B1. RGB value is (221,120,177). Sum of RGB (Red+Green+Blue) = 221+120+177=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78B1 is #22874E. Grayscale: #9C9C9C. Windows color (decimal): -2262863 or 11630813. OLE color: 11630813.
HSL color Cylindrical-coordinate representation of color #DD78B1: hue angle of 326.14º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD78B1 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 177 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.13 |
| HSL | 326.14º | 0.6% | 0.67% | - |
| HSV(B) | 326.14º | 0.46% | 0.87% | - |
| XYZ | 44.47 | 31.98 | 45.42 | - |
| YUV | 156.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 177 | 0 | 0.46 | 0.20 | 0.13 | 326.14 | 0.6 | 0.67 |
| Hex | DD | 78 | B1 | 0 | 2E | 14 | D | 146 | 3C | 43 |
| Octal | 335 | 170 | 261 | 0 | 56 | 24 | 15 | 506 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10110001 | 0 | 101110 | 10100 | 1101 | 101000110 | 111100 | 1000011 |
Color Harmonies of #DD78B1
Complementary color
Monochromatic Colors of #DD78B1
Black with #DD78B1
Text Example
Text Example
White with #DD78B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78B1; }
p { color: rgb(221,120,177); }
H1.HeaderClassName
{
color: #DD78B1;
}
.AnyTagClassName
{
color: #DD78B1;
}
</style>
background-color css
<style>
a { background-color: #DD78B1; }
a { background-color: rgb(221,120,177); }
div.DivClassName
{
background-color: #DD78B1;
}
.BgClassName
{
background-color: #DD78B1;
}
</style>
border-color css
<style>
span { border-color: #DD78B1; }
span { border-color: rgb(221,120,177); }
td.TdClassName
{
border-color: #DD78B1;
}
.TagClassName
{
border-color: #DD78B1;
}
</style>