Shades of Persian Pink #DD7CB8
Tints of Persian Pink #DD7CB8
RGB
CMYK
RGB Variations
Color information
#DD7CB8 (or 0xDD7CB8) is known color: Persian Pink. HEX triplet: DD, 7C and B8. RGB value is (221,124,184). Sum of RGB (Red+Green+Blue) = 221+124+184=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CB8 is #228347. Grayscale: #9F9F9F. Windows color (decimal): -2261832 or 12090589. OLE color: 12090589.
HSL color Cylindrical-coordinate representation of color #DD7CB8: hue angle of 322.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CB8 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 184 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.13 |
| HSL | 322.89º | 0.59% | 0.68% | - |
| HSV(B) | 322.89º | 0.44% | 0.87% | - |
| XYZ | 45.68 | 33.25 | 49.36 | - |
| YUV | 159.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 184 | 0 | 0.44 | 0.17 | 0.13 | 322.89 | 0.59 | 0.68 |
| Hex | DD | 7C | B8 | 0 | 2C | 11 | D | 143 | 3B | 44 |
| Octal | 335 | 174 | 270 | 0 | 54 | 21 | 15 | 503 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10111000 | 0 | 101100 | 10001 | 1101 | 101000011 | 111011 | 1000100 |
Color Harmonies of #DD7CB8
Complementary color
Monochromatic Colors of #DD7CB8
Black with #DD7CB8
Text Example
Text Example
White with #DD7CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CB8; }
p { color: rgb(221,124,184); }
H1.HeaderClassName
{
color: #DD7CB8;
}
.AnyTagClassName
{
color: #DD7CB8;
}
</style>
background-color css
<style>
a { background-color: #DD7CB8; }
a { background-color: rgb(221,124,184); }
div.DivClassName
{
background-color: #DD7CB8;
}
.BgClassName
{
background-color: #DD7CB8;
}
</style>
border-color css
<style>
span { border-color: #DD7CB8; }
span { border-color: rgb(221,124,184); }
td.TdClassName
{
border-color: #DD7CB8;
}
.TagClassName
{
border-color: #DD7CB8;
}
</style>