Shades of Persian Pink #DD7DC0
Tints of Persian Pink #DD7DC0
RGB
CMYK
RGB Variations
Color information
#DD7DC0 (or 0xDD7DC0) is known color: Persian Pink. HEX triplet: DD, 7D and C0. RGB value is (221,125,192). Sum of RGB (Red+Green+Blue) = 221+125+192=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC0 is #22823F. Grayscale: #A1A1A1. Windows color (decimal): -2261568 or 12615133. OLE color: 12615133.
HSL color Cylindrical-coordinate representation of color #DD7DC0: hue angle of 318.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 #DD7DC0 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 192 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.13 |
| HSL | 318.13º | 0.59% | 0.68% | - |
| HSV(B) | 318.13º | 0.43% | 0.87% | - |
| XYZ | 46.67 | 33.85 | 53.94 | - |
| YUV | 161.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 192 | 0 | 0.43 | 0.13 | 0.13 | 318.13 | 0.59 | 0.68 |
| Hex | DD | 7D | C0 | 0 | 2B | D | D | 13E | 3B | 44 |
| Octal | 335 | 175 | 300 | 0 | 53 | 15 | 15 | 476 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11000000 | 0 | 101011 | 1101 | 1101 | 100111110 | 111011 | 1000100 |
Color Harmonies of #DD7DC0
Complementary color
Monochromatic Colors of #DD7DC0
Black with #DD7DC0
Text Example
Text Example
White with #DD7DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DC0; }
p { color: rgb(221,125,192); }
H1.HeaderClassName
{
color: #DD7DC0;
}
.AnyTagClassName
{
color: #DD7DC0;
}
</style>
background-color css
<style>
a { background-color: #DD7DC0; }
a { background-color: rgb(221,125,192); }
div.DivClassName
{
background-color: #DD7DC0;
}
.BgClassName
{
background-color: #DD7DC0;
}
</style>
border-color css
<style>
span { border-color: #DD7DC0; }
span { border-color: rgb(221,125,192); }
td.TdClassName
{
border-color: #DD7DC0;
}
.TagClassName
{
border-color: #DD7DC0;
}
</style>