Shades of My Pink #DD9180
Tints of My Pink #DD9180
RGB
CMYK
RGB Variations
Color information
#DD9180 (or 0xDD9180) is known color: My Pink. HEX triplet: DD, 91 and 80. RGB value is (221,145,128). Sum of RGB (Red+Green+Blue) = 221+145+128=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9180 is #226E7F. Grayscale: #A5A5A5. Windows color (decimal): -2256512 or 8425949. OLE color: 8425949.
HSL color Cylindrical-coordinate representation of color #DD9180: hue angle of 10.97º 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 #DD9180 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 128 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.13 |
| HSL | 10.97º | 0.58% | 0.68% | - |
| HSV(B) | 10.97º | 0.42% | 0.87% | - |
| XYZ | 43.84 | 37.18 | 25.29 | - |
| YUV | 165.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 128 | 0 | 0.34 | 0.42 | 0.13 | 10.97 | 0.58 | 0.68 |
| Hex | DD | 91 | 80 | 0 | 22 | 2A | D | B | 3A | 44 |
| Octal | 335 | 221 | 200 | 0 | 42 | 52 | 15 | 13 | 72 | 104 |
| Binary | 11011101 | 10010001 | 10000000 | 0 | 100010 | 101010 | 1101 | 1011 | 111010 | 1000100 |
Color Harmonies of #DD9180
Complementary color
Monochromatic Colors of #DD9180
Black with #DD9180
Text Example
Text Example
White with #DD9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9180; }
p { color: rgb(221,145,128); }
H1.HeaderClassName
{
color: #DD9180;
}
.AnyTagClassName
{
color: #DD9180;
}
</style>
background-color css
<style>
a { background-color: #DD9180; }
a { background-color: rgb(221,145,128); }
div.DivClassName
{
background-color: #DD9180;
}
.BgClassName
{
background-color: #DD9180;
}
</style>
border-color css
<style>
span { border-color: #DD9180; }
span { border-color: rgb(221,145,128); }
td.TdClassName
{
border-color: #DD9180;
}
.TagClassName
{
border-color: #DD9180;
}
</style>