Shades of My Pink #DC8A85
Tints of My Pink #DC8A85
RGB
CMYK
RGB Variations
Color information
#DC8A85 (or 0xDC8A85) is known color: My Pink. HEX triplet: DC, 8A and 85. RGB value is (220,138,133). Sum of RGB (Red+Green+Blue) = 220+138+133=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A85 is #23757A. Grayscale: #A2A2A2. Windows color (decimal): -2323835 or 8751836. OLE color: 8751836.
HSL color Cylindrical-coordinate representation of color #DC8A85: hue angle of 3.45º 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 #DC8A85 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 133 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.14 |
| HSL | 3.45º | 0.55% | 0.69% | - |
| HSV(B) | 3.45º | 0.4% | 0.86% | - |
| XYZ | 42.84 | 35.09 | 26.7 | - |
| YUV | 161.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 133 | 0 | 0.37 | 0.40 | 0.14 | 3.45 | 0.55 | 0.69 |
| Hex | DC | 8A | 85 | 0 | 25 | 28 | E | 3 | 37 | 45 |
| Octal | 334 | 212 | 205 | 0 | 45 | 50 | 16 | 3 | 67 | 105 |
| Binary | 11011100 | 10001010 | 10000101 | 0 | 100101 | 101000 | 1110 | 11 | 110111 | 1000101 |
Color Harmonies of #DC8A85
Complementary color
Monochromatic Colors of #DC8A85
Black with #DC8A85
Text Example
Text Example
White with #DC8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A85; }
p { color: rgb(220,138,133); }
H1.HeaderClassName
{
color: #DC8A85;
}
.AnyTagClassName
{
color: #DC8A85;
}
</style>
background-color css
<style>
a { background-color: #DC8A85; }
a { background-color: rgb(220,138,133); }
div.DivClassName
{
background-color: #DC8A85;
}
.BgClassName
{
background-color: #DC8A85;
}
</style>
border-color css
<style>
span { border-color: #DC8A85; }
span { border-color: rgb(220,138,133); }
td.TdClassName
{
border-color: #DC8A85;
}
.TagClassName
{
border-color: #DC8A85;
}
</style>