Shades of My Pink #DC8C83
Tints of My Pink #DC8C83
RGB
CMYK
RGB Variations
Color information
#DC8C83 (or 0xDC8C83) is known color: My Pink. HEX triplet: DC, 8C and 83. RGB value is (220,140,131). Sum of RGB (Red+Green+Blue) = 220+140+131=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C83 is #23737C. Grayscale: #A3A3A3. Windows color (decimal): -2323325 or 8621276. OLE color: 8621276.
HSL color Cylindrical-coordinate representation of color #DC8C83: hue angle of 6.07º 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 #DC8C83 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 131 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.14 |
| HSL | 6.07º | 0.56% | 0.69% | - |
| HSV(B) | 6.07º | 0.4% | 0.86% | - |
| XYZ | 42.99 | 35.61 | 26.08 | - |
| YUV | 162.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 131 | 0 | 0.36 | 0.40 | 0.14 | 6.07 | 0.56 | 0.69 |
| Hex | DC | 8C | 83 | 0 | 24 | 28 | E | 6 | 38 | 45 |
| Octal | 334 | 214 | 203 | 0 | 44 | 50 | 16 | 6 | 70 | 105 |
| Binary | 11011100 | 10001100 | 10000011 | 0 | 100100 | 101000 | 1110 | 110 | 111000 | 1000101 |
Color Harmonies of #DC8C83
Complementary color
Monochromatic Colors of #DC8C83
Black with #DC8C83
Text Example
Text Example
White with #DC8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C83; }
p { color: rgb(220,140,131); }
H1.HeaderClassName
{
color: #DC8C83;
}
.AnyTagClassName
{
color: #DC8C83;
}
</style>
background-color css
<style>
a { background-color: #DC8C83; }
a { background-color: rgb(220,140,131); }
div.DivClassName
{
background-color: #DC8C83;
}
.BgClassName
{
background-color: #DC8C83;
}
</style>
border-color css
<style>
span { border-color: #DC8C83; }
span { border-color: rgb(220,140,131); }
td.TdClassName
{
border-color: #DC8C83;
}
.TagClassName
{
border-color: #DC8C83;
}
</style>