Shades of My Pink #DC9180
Tints of My Pink #DC9180
RGB
CMYK
RGB Variations
Color information
#DC9180 (or 0xDC9180) is known color: My Pink. HEX triplet: DC, 91 and 80. RGB value is (220,145,128). Sum of RGB (Red+Green+Blue) = 220+145+128=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9180 is #236E7F. Grayscale: #A5A5A5. Windows color (decimal): -2322048 or 8425948. OLE color: 8425948.
HSL color Cylindrical-coordinate representation of color #DC9180: hue angle of 11.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC9180 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 128 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.14 |
| HSL | 11.09º | 0.57% | 0.68% | - |
| HSV(B) | 11.09º | 0.42% | 0.86% | - |
| XYZ | 43.54 | 37.02 | 25.27 | - |
| YUV | 165.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 128 | 0 | 0.34 | 0.42 | 0.14 | 11.09 | 0.57 | 0.68 |
| Hex | DC | 91 | 80 | 0 | 22 | 2A | E | B | 39 | 44 |
| Octal | 334 | 221 | 200 | 0 | 42 | 52 | 16 | 13 | 71 | 104 |
| Binary | 11011100 | 10010001 | 10000000 | 0 | 100010 | 101010 | 1110 | 1011 | 111001 | 1000100 |
Color Harmonies of #DC9180
Complementary color
Monochromatic Colors of #DC9180
Black with #DC9180
Text Example
Text Example
White with #DC9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9180; }
p { color: rgb(220,145,128); }
H1.HeaderClassName
{
color: #DC9180;
}
.AnyTagClassName
{
color: #DC9180;
}
</style>
background-color css
<style>
a { background-color: #DC9180; }
a { background-color: rgb(220,145,128); }
div.DivClassName
{
background-color: #DC9180;
}
.BgClassName
{
background-color: #DC9180;
}
</style>
border-color css
<style>
span { border-color: #DC9180; }
span { border-color: rgb(220,145,128); }
td.TdClassName
{
border-color: #DC9180;
}
.TagClassName
{
border-color: #DC9180;
}
</style>