Shades of My Pink #DC9083
Tints of My Pink #DC9083
RGB
CMYK
RGB Variations
Color information
#DC9083 (or 0xDC9083) is known color: My Pink. HEX triplet: DC, 90 and 83. RGB value is (220,144,131). Sum of RGB (Red+Green+Blue) = 220+144+131=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9083 is #236F7C. Grayscale: #A5A5A5. Windows color (decimal): -2322301 or 8622300. OLE color: 8622300.
HSL color Cylindrical-coordinate representation of color #DC9083: hue angle of 8.76º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9083 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 131 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.14 |
| HSL | 8.76º | 0.56% | 0.69% | - |
| HSV(B) | 8.76º | 0.4% | 0.86% | - |
| XYZ | 43.59 | 36.8 | 26.28 | - |
| YUV | 165.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 131 | 0 | 0.35 | 0.40 | 0.14 | 8.76 | 0.56 | 0.69 |
| Hex | DC | 90 | 83 | 0 | 23 | 28 | E | 9 | 38 | 45 |
| Octal | 334 | 220 | 203 | 0 | 43 | 50 | 16 | 11 | 70 | 105 |
| Binary | 11011100 | 10010000 | 10000011 | 0 | 100011 | 101000 | 1110 | 1001 | 111000 | 1000101 |
Color Harmonies of #DC9083
Complementary color
Monochromatic Colors of #DC9083
Black with #DC9083
Text Example
Text Example
White with #DC9083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9083; }
p { color: rgb(220,144,131); }
H1.HeaderClassName
{
color: #DC9083;
}
.AnyTagClassName
{
color: #DC9083;
}
</style>
background-color css
<style>
a { background-color: #DC9083; }
a { background-color: rgb(220,144,131); }
div.DivClassName
{
background-color: #DC9083;
}
.BgClassName
{
background-color: #DC9083;
}
</style>
border-color css
<style>
span { border-color: #DC9083; }
span { border-color: rgb(220,144,131); }
td.TdClassName
{
border-color: #DC9083;
}
.TagClassName
{
border-color: #DC9083;
}
</style>