Shades of My Pink #DC9285
Tints of My Pink #DC9285
RGB
CMYK
RGB Variations
Color information
#DC9285 (or 0xDC9285) is known color: My Pink. HEX triplet: DC, 92 and 85. RGB value is (220,146,133). Sum of RGB (Red+Green+Blue) = 220+146+133=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9285 is #236D7A. Grayscale: #A6A6A6. Windows color (decimal): -2321787 or 8753884. OLE color: 8753884.
HSL color Cylindrical-coordinate representation of color #DC9285: hue angle of 8.97º 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 #DC9285 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 133 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.14 |
| HSL | 8.97º | 0.55% | 0.69% | - |
| HSV(B) | 8.97º | 0.4% | 0.86% | - |
| XYZ | 44.03 | 37.47 | 27.1 | - |
| YUV | 166.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 133 | 0 | 0.34 | 0.40 | 0.14 | 8.97 | 0.55 | 0.69 |
| Hex | DC | 92 | 85 | 0 | 22 | 28 | E | 9 | 37 | 45 |
| Octal | 334 | 222 | 205 | 0 | 42 | 50 | 16 | 11 | 67 | 105 |
| Binary | 11011100 | 10010010 | 10000101 | 0 | 100010 | 101000 | 1110 | 1001 | 110111 | 1000101 |
Color Harmonies of #DC9285
Complementary color
Monochromatic Colors of #DC9285
Black with #DC9285
Text Example
Text Example
White with #DC9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9285; }
p { color: rgb(220,146,133); }
H1.HeaderClassName
{
color: #DC9285;
}
.AnyTagClassName
{
color: #DC9285;
}
</style>
background-color css
<style>
a { background-color: #DC9285; }
a { background-color: rgb(220,146,133); }
div.DivClassName
{
background-color: #DC9285;
}
.BgClassName
{
background-color: #DC9285;
}
</style>
border-color css
<style>
span { border-color: #DC9285; }
span { border-color: rgb(220,146,133); }
td.TdClassName
{
border-color: #DC9285;
}
.TagClassName
{
border-color: #DC9285;
}
</style>