Shades of My Pink #DC927C
Tints of My Pink #DC927C
RGB
CMYK
RGB Variations
Color information
#DC927C (or 0xDC927C) is known color: My Pink. HEX triplet: DC, 92 and 7C. RGB value is (220,146,124). Sum of RGB (Red+Green+Blue) = 220+146+124=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC927C is #236D83. Grayscale: #A5A5A5. Windows color (decimal): -2321796 or 8164060. OLE color: 8164060.
HSL color Cylindrical-coordinate representation of color #DC927C: hue angle of 13.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC927C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 124 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.14 |
| HSL | 13.75º | 0.58% | 0.67% | - |
| HSV(B) | 13.75º | 0.44% | 0.86% | - |
| XYZ | 43.43 | 37.23 | 23.97 | - |
| YUV | 165.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 124 | 0 | 0.34 | 0.44 | 0.14 | 13.75 | 0.58 | 0.67 |
| Hex | DC | 92 | 7C | 0 | 22 | 2C | E | E | 3A | 43 |
| Octal | 334 | 222 | 174 | 0 | 42 | 54 | 16 | 16 | 72 | 103 |
| Binary | 11011100 | 10010010 | 1111100 | 0 | 100010 | 101100 | 1110 | 1110 | 111010 | 1000011 |
Color Harmonies of #DC927C
Complementary color
Monochromatic Colors of #DC927C
Black with #DC927C
Text Example
Text Example
White with #DC927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC927C; }
p { color: rgb(220,146,124); }
H1.HeaderClassName
{
color: #DC927C;
}
.AnyTagClassName
{
color: #DC927C;
}
</style>
background-color css
<style>
a { background-color: #DC927C; }
a { background-color: rgb(220,146,124); }
div.DivClassName
{
background-color: #DC927C;
}
.BgClassName
{
background-color: #DC927C;
}
</style>
border-color css
<style>
span { border-color: #DC927C; }
span { border-color: rgb(220,146,124); }
td.TdClassName
{
border-color: #DC927C;
}
.TagClassName
{
border-color: #DC927C;
}
</style>