Shades of My Pink #DC8F7E
Tints of My Pink #DC8F7E
RGB
CMYK
RGB Variations
Color information
#DC8F7E (or 0xDC8F7E) is known color: My Pink. HEX triplet: DC, 8F and 7E. RGB value is (220,143,126). Sum of RGB (Red+Green+Blue) = 220+143+126=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F7E is #237081. Grayscale: #A4A4A4. Windows color (decimal): -2322562 or 8294364. OLE color: 8294364.
HSL color Cylindrical-coordinate representation of color #DC8F7E: hue angle of 10.85º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC8F7E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 126 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.14 |
| HSL | 10.85º | 0.57% | 0.68% | - |
| HSV(B) | 10.85º | 0.43% | 0.86% | - |
| XYZ | 43.1 | 36.37 | 24.49 | - |
| YUV | 164.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 126 | 0 | 0.35 | 0.43 | 0.14 | 10.85 | 0.57 | 0.68 |
| Hex | DC | 8F | 7E | 0 | 23 | 2B | E | B | 39 | 44 |
| Octal | 334 | 217 | 176 | 0 | 43 | 53 | 16 | 13 | 71 | 104 |
| Binary | 11011100 | 10001111 | 1111110 | 0 | 100011 | 101011 | 1110 | 1011 | 111001 | 1000100 |
Color Harmonies of #DC8F7E
Complementary color
Monochromatic Colors of #DC8F7E
Black with #DC8F7E
Text Example
Text Example
White with #DC8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F7E; }
p { color: rgb(220,143,126); }
H1.HeaderClassName
{
color: #DC8F7E;
}
.AnyTagClassName
{
color: #DC8F7E;
}
</style>
background-color css
<style>
a { background-color: #DC8F7E; }
a { background-color: rgb(220,143,126); }
div.DivClassName
{
background-color: #DC8F7E;
}
.BgClassName
{
background-color: #DC8F7E;
}
</style>
border-color css
<style>
span { border-color: #DC8F7E; }
span { border-color: rgb(220,143,126); }
td.TdClassName
{
border-color: #DC8F7E;
}
.TagClassName
{
border-color: #DC8F7E;
}
</style>