Shades of Persian Pink #DD84C0
Tints of Persian Pink #DD84C0
RGB
CMYK
RGB Variations
Color information
#DD84C0 (or 0xDD84C0) is known color: Persian Pink. HEX triplet: DD, 84 and C0. RGB value is (221,132,192). Sum of RGB (Red+Green+Blue) = 221+132+192=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84C0 is #227B3F. Grayscale: #A5A5A5. Windows color (decimal): -2259776 or 12616925. OLE color: 12616925.
HSL color Cylindrical-coordinate representation of color #DD84C0: hue angle of 319.55º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84C0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 192 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.13 |
| HSL | 319.55º | 0.57% | 0.69% | - |
| HSV(B) | 319.55º | 0.4% | 0.87% | - |
| XYZ | 47.58 | 35.68 | 54.25 | - |
| YUV | 165.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 192 | 0 | 0.40 | 0.13 | 0.13 | 319.55 | 0.57 | 0.69 |
| Hex | DD | 84 | C0 | 0 | 28 | D | D | 140 | 39 | 45 |
| Octal | 335 | 204 | 300 | 0 | 50 | 15 | 15 | 500 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11000000 | 0 | 101000 | 1101 | 1101 | 101000000 | 111001 | 1000101 |
Color Harmonies of #DD84C0
Complementary color
Monochromatic Colors of #DD84C0
Black with #DD84C0
Text Example
Text Example
White with #DD84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84C0; }
p { color: rgb(221,132,192); }
H1.HeaderClassName
{
color: #DD84C0;
}
.AnyTagClassName
{
color: #DD84C0;
}
</style>
background-color css
<style>
a { background-color: #DD84C0; }
a { background-color: rgb(221,132,192); }
div.DivClassName
{
background-color: #DD84C0;
}
.BgClassName
{
background-color: #DD84C0;
}
</style>
border-color css
<style>
span { border-color: #DD84C0; }
span { border-color: rgb(221,132,192); }
td.TdClassName
{
border-color: #DD84C0;
}
.TagClassName
{
border-color: #DD84C0;
}
</style>