Shades of My Pink #DC917E
Tints of My Pink #DC917E
RGB
CMYK
RGB Variations
Color information
#DC917E (or 0xDC917E) is known color: My Pink. HEX triplet: DC, 91 and 7E. RGB value is (220,145,126). Sum of RGB (Red+Green+Blue) = 220+145+126=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC917E is #236E81. Grayscale: #A5A5A5. Windows color (decimal): -2322050 or 8294876. OLE color: 8294876.
HSL color Cylindrical-coordinate representation of color #DC917E: hue angle of 12.13º 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 #DC917E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 126 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.14 |
| HSL | 12.13º | 0.57% | 0.68% | - |
| HSV(B) | 12.13º | 0.43% | 0.86% | - |
| XYZ | 43.41 | 36.97 | 24.59 | - |
| YUV | 165.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 126 | 0 | 0.34 | 0.43 | 0.14 | 12.13 | 0.57 | 0.68 |
| Hex | DC | 91 | 7E | 0 | 22 | 2B | E | C | 39 | 44 |
| Octal | 334 | 221 | 176 | 0 | 42 | 53 | 16 | 14 | 71 | 104 |
| Binary | 11011100 | 10010001 | 1111110 | 0 | 100010 | 101011 | 1110 | 1100 | 111001 | 1000100 |
Color Harmonies of #DC917E
Complementary color
Monochromatic Colors of #DC917E
Black with #DC917E
Text Example
Text Example
White with #DC917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC917E; }
p { color: rgb(220,145,126); }
H1.HeaderClassName
{
color: #DC917E;
}
.AnyTagClassName
{
color: #DC917E;
}
</style>
background-color css
<style>
a { background-color: #DC917E; }
a { background-color: rgb(220,145,126); }
div.DivClassName
{
background-color: #DC917E;
}
.BgClassName
{
background-color: #DC917E;
}
</style>
border-color css
<style>
span { border-color: #DC917E; }
span { border-color: rgb(220,145,126); }
td.TdClassName
{
border-color: #DC917E;
}
.TagClassName
{
border-color: #DC917E;
}
</style>