Shades of My Pink #DC9483
Tints of My Pink #DC9483
RGB
CMYK
RGB Variations
Color information
#DC9483 (or 0xDC9483) is known color: My Pink. HEX triplet: DC, 94 and 83. RGB value is (220,148,131). Sum of RGB (Red+Green+Blue) = 220+148+131=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9483 is #236B7C. Grayscale: #A7A7A7. Windows color (decimal): -2321277 or 8623324. OLE color: 8623324.
HSL color Cylindrical-coordinate representation of color #DC9483: hue angle of 11.46º 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 #DC9483 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 131 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.14 |
| HSL | 11.46º | 0.56% | 0.69% | - |
| HSV(B) | 11.46º | 0.4% | 0.86% | - |
| XYZ | 44.2 | 38.03 | 26.48 | - |
| YUV | 167.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 131 | 0 | 0.33 | 0.40 | 0.14 | 11.46 | 0.56 | 0.69 |
| Hex | DC | 94 | 83 | 0 | 21 | 28 | E | B | 38 | 45 |
| Octal | 334 | 224 | 203 | 0 | 41 | 50 | 16 | 13 | 70 | 105 |
| Binary | 11011100 | 10010100 | 10000011 | 0 | 100001 | 101000 | 1110 | 1011 | 111000 | 1000101 |
Color Harmonies of #DC9483
Complementary color
Monochromatic Colors of #DC9483
Black with #DC9483
Text Example
Text Example
White with #DC9483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9483; }
p { color: rgb(220,148,131); }
H1.HeaderClassName
{
color: #DC9483;
}
.AnyTagClassName
{
color: #DC9483;
}
</style>
background-color css
<style>
a { background-color: #DC9483; }
a { background-color: rgb(220,148,131); }
div.DivClassName
{
background-color: #DC9483;
}
.BgClassName
{
background-color: #DC9483;
}
</style>
border-color css
<style>
span { border-color: #DC9483; }
span { border-color: rgb(220,148,131); }
td.TdClassName
{
border-color: #DC9483;
}
.TagClassName
{
border-color: #DC9483;
}
</style>