Shades of My Pink #DC9183
Tints of My Pink #DC9183
RGB
CMYK
RGB Variations
Color information
#DC9183 (or 0xDC9183) is known color: My Pink. HEX triplet: DC, 91 and 83. RGB value is (220,145,131). Sum of RGB (Red+Green+Blue) = 220+145+131=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9183 is #236E7C. Grayscale: #A5A5A5. Windows color (decimal): -2322045 or 8622556. OLE color: 8622556.
HSL color Cylindrical-coordinate representation of color #DC9183: hue angle of 9.44º 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 #DC9183 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 131 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.14 |
| HSL | 9.44º | 0.56% | 0.69% | - |
| HSV(B) | 9.44º | 0.4% | 0.86% | - |
| XYZ | 43.74 | 37.11 | 26.33 | - |
| YUV | 165.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 131 | 0 | 0.34 | 0.40 | 0.14 | 9.44 | 0.56 | 0.69 |
| Hex | DC | 91 | 83 | 0 | 22 | 28 | E | 9 | 38 | 45 |
| Octal | 334 | 221 | 203 | 0 | 42 | 50 | 16 | 11 | 70 | 105 |
| Binary | 11011100 | 10010001 | 10000011 | 0 | 100010 | 101000 | 1110 | 1001 | 111000 | 1000101 |
Color Harmonies of #DC9183
Complementary color
Monochromatic Colors of #DC9183
Black with #DC9183
Text Example
Text Example
White with #DC9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9183; }
p { color: rgb(220,145,131); }
H1.HeaderClassName
{
color: #DC9183;
}
.AnyTagClassName
{
color: #DC9183;
}
</style>
background-color css
<style>
a { background-color: #DC9183; }
a { background-color: rgb(220,145,131); }
div.DivClassName
{
background-color: #DC9183;
}
.BgClassName
{
background-color: #DC9183;
}
</style>
border-color css
<style>
span { border-color: #DC9183; }
span { border-color: rgb(220,145,131); }
td.TdClassName
{
border-color: #DC9183;
}
.TagClassName
{
border-color: #DC9183;
}
</style>