Shades of My Pink #DC9280
Tints of My Pink #DC9280
RGB
CMYK
RGB Variations
Color information
#DC9280 (or 0xDC9280) is known color: My Pink. HEX triplet: DC, 92 and 80. RGB value is (220,146,128). Sum of RGB (Red+Green+Blue) = 220+146+128=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9280 is #236D7F. Grayscale: #A6A6A6. Windows color (decimal): -2321792 or 8426204. OLE color: 8426204.
HSL color Cylindrical-coordinate representation of color #DC9280: hue angle of 11.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC9280 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 128 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.14 |
| HSL | 11.74º | 0.57% | 0.68% | - |
| HSV(B) | 11.74º | 0.42% | 0.86% | - |
| XYZ | 43.69 | 37.33 | 25.33 | - |
| YUV | 166.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 128 | 0 | 0.34 | 0.42 | 0.14 | 11.74 | 0.57 | 0.68 |
| Hex | DC | 92 | 80 | 0 | 22 | 2A | E | C | 39 | 44 |
| Octal | 334 | 222 | 200 | 0 | 42 | 52 | 16 | 14 | 71 | 104 |
| Binary | 11011100 | 10010010 | 10000000 | 0 | 100010 | 101010 | 1110 | 1100 | 111001 | 1000100 |
Color Harmonies of #DC9280
Complementary color
Monochromatic Colors of #DC9280
Black with #DC9280
Text Example
Text Example
White with #DC9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9280; }
p { color: rgb(220,146,128); }
H1.HeaderClassName
{
color: #DC9280;
}
.AnyTagClassName
{
color: #DC9280;
}
</style>
background-color css
<style>
a { background-color: #DC9280; }
a { background-color: rgb(220,146,128); }
div.DivClassName
{
background-color: #DC9280;
}
.BgClassName
{
background-color: #DC9280;
}
</style>
border-color css
<style>
span { border-color: #DC9280; }
span { border-color: rgb(220,146,128); }
td.TdClassName
{
border-color: #DC9280;
}
.TagClassName
{
border-color: #DC9280;
}
</style>