Shades of Persian Pink #DD7DB8
Tints of Persian Pink #DD7DB8
RGB
CMYK
RGB Variations
Color information
#DD7DB8 (or 0xDD7DB8) is known color: Persian Pink. HEX triplet: DD, 7D and B8. RGB value is (221,125,184). Sum of RGB (Red+Green+Blue) = 221+125+184=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DB8 is #228247. Grayscale: #A0A0A0. Windows color (decimal): -2261576 or 12090845. OLE color: 12090845.
HSL color Cylindrical-coordinate representation of color #DD7DB8: hue angle of 323.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DB8 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 184 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.13 |
| HSL | 323.13º | 0.59% | 0.68% | - |
| HSV(B) | 323.13º | 0.43% | 0.87% | - |
| XYZ | 45.8 | 33.5 | 49.4 | - |
| YUV | 160.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 184 | 0 | 0.43 | 0.17 | 0.13 | 323.13 | 0.59 | 0.68 |
| Hex | DD | 7D | B8 | 0 | 2B | 11 | D | 143 | 3B | 44 |
| Octal | 335 | 175 | 270 | 0 | 53 | 21 | 15 | 503 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10111000 | 0 | 101011 | 10001 | 1101 | 101000011 | 111011 | 1000100 |
Color Harmonies of #DD7DB8
Complementary color
Monochromatic Colors of #DD7DB8
Black with #DD7DB8
Text Example
Text Example
White with #DD7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DB8; }
p { color: rgb(221,125,184); }
H1.HeaderClassName
{
color: #DD7DB8;
}
.AnyTagClassName
{
color: #DD7DB8;
}
</style>
background-color css
<style>
a { background-color: #DD7DB8; }
a { background-color: rgb(221,125,184); }
div.DivClassName
{
background-color: #DD7DB8;
}
.BgClassName
{
background-color: #DD7DB8;
}
</style>
border-color css
<style>
span { border-color: #DD7DB8; }
span { border-color: rgb(221,125,184); }
td.TdClassName
{
border-color: #DD7DB8;
}
.TagClassName
{
border-color: #DD7DB8;
}
</style>