Shades of My Pink #DC9187
Tints of My Pink #DC9187
RGB
CMYK
RGB Variations
Color information
#DC9187 (or 0xDC9187) is known color: My Pink. HEX triplet: DC, 91 and 87. RGB value is (220,145,135). Sum of RGB (Red+Green+Blue) = 220+145+135=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9187 is #236E78. Grayscale: #A6A6A6. Windows color (decimal): -2322041 or 8884700. OLE color: 8884700.
HSL color Cylindrical-coordinate representation of color #DC9187: hue angle of 7.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9187 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 135 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.14 |
| HSL | 7.06º | 0.55% | 0.7% | - |
| HSV(B) | 7.06º | 0.39% | 0.86% | - |
| XYZ | 44.01 | 37.22 | 27.79 | - |
| YUV | 166.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 135 | 0 | 0.34 | 0.39 | 0.14 | 7.06 | 0.55 | 0.7 |
| Hex | DC | 91 | 87 | 0 | 22 | 27 | E | 7 | 37 | 46 |
| Octal | 334 | 221 | 207 | 0 | 42 | 47 | 16 | 7 | 67 | 106 |
| Binary | 11011100 | 10010001 | 10000111 | 0 | 100010 | 100111 | 1110 | 111 | 110111 | 1000110 |
Color Harmonies of #DC9187
Complementary color
Monochromatic Colors of #DC9187
Black with #DC9187
Text Example
Text Example
White with #DC9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9187; }
p { color: rgb(220,145,135); }
H1.HeaderClassName
{
color: #DC9187;
}
.AnyTagClassName
{
color: #DC9187;
}
</style>
background-color css
<style>
a { background-color: #DC9187; }
a { background-color: rgb(220,145,135); }
div.DivClassName
{
background-color: #DC9187;
}
.BgClassName
{
background-color: #DC9187;
}
</style>
border-color css
<style>
span { border-color: #DC9187; }
span { border-color: rgb(220,145,135); }
td.TdClassName
{
border-color: #DC9187;
}
.TagClassName
{
border-color: #DC9187;
}
</style>