Shades of My Pink #DC8F7B
Tints of My Pink #DC8F7B
RGB
CMYK
RGB Variations
Color information
#DC8F7B (or 0xDC8F7B) is known color: My Pink. HEX triplet: DC, 8F and 7B. RGB value is (220,143,123). Sum of RGB (Red+Green+Blue) = 220+143+123=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F7B is #237084. Grayscale: #A3A3A3. Windows color (decimal): -2322565 or 8097756. OLE color: 8097756.
HSL color Cylindrical-coordinate representation of color #DC8F7B: hue angle of 12.37º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8F7B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 123 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.14 |
| HSL | 12.37º | 0.58% | 0.67% | - |
| HSV(B) | 12.37º | 0.44% | 0.86% | - |
| XYZ | 42.91 | 36.29 | 23.48 | - |
| YUV | 163.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 123 | 0 | 0.35 | 0.44 | 0.14 | 12.37 | 0.58 | 0.67 |
| Hex | DC | 8F | 7B | 0 | 23 | 2C | E | C | 3A | 43 |
| Octal | 334 | 217 | 173 | 0 | 43 | 54 | 16 | 14 | 72 | 103 |
| Binary | 11011100 | 10001111 | 1111011 | 0 | 100011 | 101100 | 1110 | 1100 | 111010 | 1000011 |
Color Harmonies of #DC8F7B
Complementary color
Monochromatic Colors of #DC8F7B
Black with #DC8F7B
Text Example
Text Example
White with #DC8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F7B; }
p { color: rgb(220,143,123); }
H1.HeaderClassName
{
color: #DC8F7B;
}
.AnyTagClassName
{
color: #DC8F7B;
}
</style>
background-color css
<style>
a { background-color: #DC8F7B; }
a { background-color: rgb(220,143,123); }
div.DivClassName
{
background-color: #DC8F7B;
}
.BgClassName
{
background-color: #DC8F7B;
}
</style>
border-color css
<style>
span { border-color: #DC8F7B; }
span { border-color: rgb(220,143,123); }
td.TdClassName
{
border-color: #DC8F7B;
}
.TagClassName
{
border-color: #DC8F7B;
}
</style>