Shades of My Pink #DC8984
Tints of My Pink #DC8984
RGB
CMYK
RGB Variations
Color information
#DC8984 (or 0xDC8984) is known color: My Pink. HEX triplet: DC, 89 and 84. RGB value is (220,137,132). Sum of RGB (Red+Green+Blue) = 220+137+132=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8984 is #23767B. Grayscale: #A1A1A1. Windows color (decimal): -2324092 or 8686044. OLE color: 8686044.
HSL color Cylindrical-coordinate representation of color #DC8984: hue angle of 3.41º degrees, saturation: 0.56, 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 #DC8984 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 132 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.14 |
| HSL | 3.41º | 0.56% | 0.69% | - |
| HSV(B) | 3.41º | 0.4% | 0.86% | - |
| XYZ | 42.63 | 34.77 | 26.3 | - |
| YUV | 161.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 132 | 0 | 0.38 | 0.40 | 0.14 | 3.41 | 0.56 | 0.69 |
| Hex | DC | 89 | 84 | 0 | 26 | 28 | E | 3 | 38 | 45 |
| Octal | 334 | 211 | 204 | 0 | 46 | 50 | 16 | 3 | 70 | 105 |
| Binary | 11011100 | 10001001 | 10000100 | 0 | 100110 | 101000 | 1110 | 11 | 111000 | 1000101 |
Color Harmonies of #DC8984
Complementary color
Monochromatic Colors of #DC8984
Black with #DC8984
Text Example
Text Example
White with #DC8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8984; }
p { color: rgb(220,137,132); }
H1.HeaderClassName
{
color: #DC8984;
}
.AnyTagClassName
{
color: #DC8984;
}
</style>
background-color css
<style>
a { background-color: #DC8984; }
a { background-color: rgb(220,137,132); }
div.DivClassName
{
background-color: #DC8984;
}
.BgClassName
{
background-color: #DC8984;
}
</style>
border-color css
<style>
span { border-color: #DC8984; }
span { border-color: rgb(220,137,132); }
td.TdClassName
{
border-color: #DC8984;
}
.TagClassName
{
border-color: #DC8984;
}
</style>