Shades of My Pink #DC8F80
Tints of My Pink #DC8F80
RGB
CMYK
RGB Variations
Color information
#DC8F80 (or 0xDC8F80) is known color: My Pink. HEX triplet: DC, 8F and 80. RGB value is (220,143,128). Sum of RGB (Red+Green+Blue) = 220+143+128=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F80 is #23707F. Grayscale: #A4A4A4. Windows color (decimal): -2322560 or 8425436. OLE color: 8425436.
HSL color Cylindrical-coordinate representation of color #DC8F80: hue angle of 9.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8F80 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 143 | 128 | - |
CMYK | 0 | 0.35 | 0.42 | 0.14 |
HSL | 9.78º | 0.57% | 0.68% | - |
HSV(B) | 9.78º | 0.42% | 0.86% | - |
XYZ | 43.23 | 36.42 | 25.17 | - |
YUV | 164.31 | 107.51 | 167.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 143 | 128 | 0 | 0.35 | 0.42 | 0.14 | 9.78 | 0.57 | 0.68 |
Hex | DC | 8F | 80 | 0 | 23 | 2A | E | A | 39 | 44 |
Octal | 334 | 217 | 200 | 0 | 43 | 52 | 16 | 12 | 71 | 104 |
Binary | 11011100 | 10001111 | 10000000 | 0 | 100011 | 101010 | 1110 | 1010 | 111001 | 1000100 |
Color Harmonies of #DC8F80
Complementary color
Monochromatic Colors of #DC8F80
Black with #DC8F80
Text Example
Text Example
White with #DC8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F80; }
p { color: rgb(220,143,128); }
H1.HeaderClassName
{
color: #DC8F80;
}
.AnyTagClassName
{
color: #DC8F80;
}
</style>
background-color css
<style>
a { background-color: #DC8F80; }
a { background-color: rgb(220,143,128); }
div.DivClassName
{
background-color: #DC8F80;
}
.BgClassName
{
background-color: #DC8F80;
}
</style>
border-color css
<style>
span { border-color: #DC8F80; }
span { border-color: rgb(220,143,128); }
td.TdClassName
{
border-color: #DC8F80;
}
.TagClassName
{
border-color: #DC8F80;
}
</style>