Shades of Persian Pink #DD80C0
Tints of Persian Pink #DD80C0
RGB
CMYK
RGB Variations
Color information
#DD80C0 (or 0xDD80C0) is known color: Persian Pink. HEX triplet: DD, 80 and C0. RGB value is (221,128,192). Sum of RGB (Red+Green+Blue) = 221+128+192=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C0 is #227F3F. Grayscale: #A2A2A2. Windows color (decimal): -2260800 or 12615901. OLE color: 12615901.
HSL color Cylindrical-coordinate representation of color #DD80C0: hue angle of 318.71º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80C0 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 192 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.13 |
| HSL | 318.71º | 0.58% | 0.68% | - |
| HSV(B) | 318.71º | 0.42% | 0.87% | - |
| XYZ | 47.05 | 34.62 | 54.07 | - |
| YUV | 163.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 192 | 0 | 0.42 | 0.13 | 0.13 | 318.71 | 0.58 | 0.68 |
| Hex | DD | 80 | C0 | 0 | 2A | D | D | 13F | 3A | 44 |
| Octal | 335 | 200 | 300 | 0 | 52 | 15 | 15 | 477 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11000000 | 0 | 101010 | 1101 | 1101 | 100111111 | 111010 | 1000100 |
Color Harmonies of #DD80C0
Complementary color
Monochromatic Colors of #DD80C0
Black with #DD80C0
Text Example
Text Example
White with #DD80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80C0; }
p { color: rgb(221,128,192); }
H1.HeaderClassName
{
color: #DD80C0;
}
.AnyTagClassName
{
color: #DD80C0;
}
</style>
background-color css
<style>
a { background-color: #DD80C0; }
a { background-color: rgb(221,128,192); }
div.DivClassName
{
background-color: #DD80C0;
}
.BgClassName
{
background-color: #DD80C0;
}
</style>
border-color css
<style>
span { border-color: #DD80C0; }
span { border-color: rgb(221,128,192); }
td.TdClassName
{
border-color: #DD80C0;
}
.TagClassName
{
border-color: #DD80C0;
}
</style>