Shades of My Pink #DC8A81
Tints of My Pink #DC8A81
RGB
CMYK
RGB Variations
Color information
#DC8A81 (or 0xDC8A81) is known color: My Pink. HEX triplet: DC, 8A and 81. RGB value is (220,138,129). Sum of RGB (Red+Green+Blue) = 220+138+129=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A81 is #23757E. Grayscale: #A1A1A1. Windows color (decimal): -2323839 or 8489692. OLE color: 8489692.
HSL color Cylindrical-coordinate representation of color #DC8A81: hue angle of 5.93º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8A81 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 129 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.14 |
| HSL | 5.93º | 0.57% | 0.68% | - |
| HSV(B) | 5.93º | 0.41% | 0.86% | - |
| XYZ | 42.57 | 34.98 | 25.28 | - |
| YUV | 161.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 129 | 0 | 0.37 | 0.41 | 0.14 | 5.93 | 0.57 | 0.68 |
| Hex | DC | 8A | 81 | 0 | 25 | 29 | E | 6 | 39 | 44 |
| Octal | 334 | 212 | 201 | 0 | 45 | 51 | 16 | 6 | 71 | 104 |
| Binary | 11011100 | 10001010 | 10000001 | 0 | 100101 | 101001 | 1110 | 110 | 111001 | 1000100 |
Color Harmonies of #DC8A81
Complementary color
Monochromatic Colors of #DC8A81
Black with #DC8A81
Text Example
Text Example
White with #DC8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A81; }
p { color: rgb(220,138,129); }
H1.HeaderClassName
{
color: #DC8A81;
}
.AnyTagClassName
{
color: #DC8A81;
}
</style>
background-color css
<style>
a { background-color: #DC8A81; }
a { background-color: rgb(220,138,129); }
div.DivClassName
{
background-color: #DC8A81;
}
.BgClassName
{
background-color: #DC8A81;
}
</style>
border-color css
<style>
span { border-color: #DC8A81; }
span { border-color: rgb(220,138,129); }
td.TdClassName
{
border-color: #DC8A81;
}
.TagClassName
{
border-color: #DC8A81;
}
</style>