Shades of My Pink #DC9085
Tints of My Pink #DC9085
RGB
CMYK
RGB Variations
Color information
#DC9085 (or 0xDC9085) is known color: My Pink. HEX triplet: DC, 90 and 85. RGB value is (220,144,133). Sum of RGB (Red+Green+Blue) = 220+144+133=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9085 is #236F7A. Grayscale: #A5A5A5. Windows color (decimal): -2322299 or 8753372. OLE color: 8753372.
HSL color Cylindrical-coordinate representation of color #DC9085: hue angle of 7.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9085 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 133 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.14 |
| HSL | 7.59º | 0.55% | 0.69% | - |
| HSV(B) | 7.59º | 0.4% | 0.86% | - |
| XYZ | 43.72 | 36.86 | 27 | - |
| YUV | 165.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 133 | 0 | 0.35 | 0.40 | 0.14 | 7.59 | 0.55 | 0.69 |
| Hex | DC | 90 | 85 | 0 | 23 | 28 | E | 8 | 37 | 45 |
| Octal | 334 | 220 | 205 | 0 | 43 | 50 | 16 | 10 | 67 | 105 |
| Binary | 11011100 | 10010000 | 10000101 | 0 | 100011 | 101000 | 1110 | 1000 | 110111 | 1000101 |
Color Harmonies of #DC9085
Complementary color
Monochromatic Colors of #DC9085
Black with #DC9085
Text Example
Text Example
White with #DC9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9085; }
p { color: rgb(220,144,133); }
H1.HeaderClassName
{
color: #DC9085;
}
.AnyTagClassName
{
color: #DC9085;
}
</style>
background-color css
<style>
a { background-color: #DC9085; }
a { background-color: rgb(220,144,133); }
div.DivClassName
{
background-color: #DC9085;
}
.BgClassName
{
background-color: #DC9085;
}
</style>
border-color css
<style>
span { border-color: #DC9085; }
span { border-color: rgb(220,144,133); }
td.TdClassName
{
border-color: #DC9085;
}
.TagClassName
{
border-color: #DC9085;
}
</style>