Shades of My Pink #DC9079
Tints of My Pink #DC9079
RGB
CMYK
RGB Variations
Color information
#DC9079 (or 0xDC9079) is known color: My Pink. HEX triplet: DC, 90 and 79. RGB value is (220,144,121). Sum of RGB (Red+Green+Blue) = 220+144+121=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9079 is #236F86. Grayscale: #A4A4A4. Windows color (decimal): -2322311 or 7966940. OLE color: 7966940.
HSL color Cylindrical-coordinate representation of color #DC9079: hue angle of 13.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9079 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 121 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.14 |
| HSL | 13.94º | 0.59% | 0.67% | - |
| HSV(B) | 13.94º | 0.45% | 0.86% | - |
| XYZ | 42.94 | 36.54 | 22.88 | - |
| YUV | 164.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 121 | 0 | 0.35 | 0.45 | 0.14 | 13.94 | 0.59 | 0.67 |
| Hex | DC | 90 | 79 | 0 | 23 | 2D | E | E | 3B | 43 |
| Octal | 334 | 220 | 171 | 0 | 43 | 55 | 16 | 16 | 73 | 103 |
| Binary | 11011100 | 10010000 | 1111001 | 0 | 100011 | 101101 | 1110 | 1110 | 111011 | 1000011 |
Color Harmonies of #DC9079
Complementary color
Monochromatic Colors of #DC9079
Black with #DC9079
Text Example
Text Example
White with #DC9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9079; }
p { color: rgb(220,144,121); }
H1.HeaderClassName
{
color: #DC9079;
}
.AnyTagClassName
{
color: #DC9079;
}
</style>
background-color css
<style>
a { background-color: #DC9079; }
a { background-color: rgb(220,144,121); }
div.DivClassName
{
background-color: #DC9079;
}
.BgClassName
{
background-color: #DC9079;
}
</style>
border-color css
<style>
span { border-color: #DC9079; }
span { border-color: rgb(220,144,121); }
td.TdClassName
{
border-color: #DC9079;
}
.TagClassName
{
border-color: #DC9079;
}
</style>