Shades of Persian Pink #DD7DC2
Tints of Persian Pink #DD7DC2
RGB
CMYK
RGB Variations
Color information
#DD7DC2 (or 0xDD7DC2) is known color: Persian Pink. HEX triplet: DD, 7D and C2. RGB value is (221,125,194). Sum of RGB (Red+Green+Blue) = 221+125+194=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DC2 is #22823D. Grayscale: #A1A1A1. Windows color (decimal): -2261566 or 12746205. OLE color: 12746205.
HSL color Cylindrical-coordinate representation of color #DD7DC2: hue angle of 316.88º 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 #DD7DC2 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 194 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.13 |
| HSL | 316.88º | 0.59% | 0.68% | - |
| HSV(B) | 316.88º | 0.43% | 0.87% | - |
| XYZ | 46.89 | 33.93 | 55.12 | - |
| YUV | 161.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 194 | 0 | 0.43 | 0.12 | 0.13 | 316.88 | 0.59 | 0.68 |
| Hex | DD | 7D | C2 | 0 | 2B | C | D | 13D | 3B | 44 |
| Octal | 335 | 175 | 302 | 0 | 53 | 14 | 15 | 475 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11000010 | 0 | 101011 | 1100 | 1101 | 100111101 | 111011 | 1000100 |
Color Harmonies of #DD7DC2
Complementary color
Monochromatic Colors of #DD7DC2
Black with #DD7DC2
Text Example
Text Example
White with #DD7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DC2; }
p { color: rgb(221,125,194); }
H1.HeaderClassName
{
color: #DD7DC2;
}
.AnyTagClassName
{
color: #DD7DC2;
}
</style>
background-color css
<style>
a { background-color: #DD7DC2; }
a { background-color: rgb(221,125,194); }
div.DivClassName
{
background-color: #DD7DC2;
}
.BgClassName
{
background-color: #DD7DC2;
}
</style>
border-color css
<style>
span { border-color: #DD7DC2; }
span { border-color: rgb(221,125,194); }
td.TdClassName
{
border-color: #DD7DC2;
}
.TagClassName
{
border-color: #DD7DC2;
}
</style>