Shades of My Pink #DC9383
Tints of My Pink #DC9383
RGB
CMYK
RGB Variations
Color information
#DC9383 (or 0xDC9383) is known color: My Pink. HEX triplet: DC, 93 and 83. RGB value is (220,147,131). Sum of RGB (Red+Green+Blue) = 220+147+131=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9383 is #236C7C. Grayscale: #A7A7A7. Windows color (decimal): -2321533 or 8623068. OLE color: 8623068.
HSL color Cylindrical-coordinate representation of color #DC9383: hue angle of 10.79º 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 #DC9383 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 131 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.14 |
| HSL | 10.79º | 0.56% | 0.69% | - |
| HSV(B) | 10.79º | 0.4% | 0.86% | - |
| XYZ | 44.05 | 37.72 | 26.43 | - |
| YUV | 167 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 131 | 0 | 0.33 | 0.40 | 0.14 | 10.79 | 0.56 | 0.69 |
| Hex | DC | 93 | 83 | 0 | 21 | 28 | E | B | 38 | 45 |
| Octal | 334 | 223 | 203 | 0 | 41 | 50 | 16 | 13 | 70 | 105 |
| Binary | 11011100 | 10010011 | 10000011 | 0 | 100001 | 101000 | 1110 | 1011 | 111000 | 1000101 |
Color Harmonies of #DC9383
Complementary color
Monochromatic Colors of #DC9383
Black with #DC9383
Text Example
Text Example
White with #DC9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9383; }
p { color: rgb(220,147,131); }
H1.HeaderClassName
{
color: #DC9383;
}
.AnyTagClassName
{
color: #DC9383;
}
</style>
background-color css
<style>
a { background-color: #DC9383; }
a { background-color: rgb(220,147,131); }
div.DivClassName
{
background-color: #DC9383;
}
.BgClassName
{
background-color: #DC9383;
}
</style>
border-color css
<style>
span { border-color: #DC9383; }
span { border-color: rgb(220,147,131); }
td.TdClassName
{
border-color: #DC9383;
}
.TagClassName
{
border-color: #DC9383;
}
</style>