Shades of My Pink #DE907C
Tints of My Pink #DE907C
RGB
CMYK
RGB Variations
Color information
#DE907C (or 0xDE907C) is known color: My Pink. HEX triplet: DE, 90 and 7C. RGB value is (222,144,124). Sum of RGB (Red+Green+Blue) = 222+144+124=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE907C is #216F83. Grayscale: #A5A5A5. Windows color (decimal): -2191236 or 8163550. OLE color: 8163550.
HSL color Cylindrical-coordinate representation of color #DE907C: hue angle of 12.24º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE907C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 124 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.13 |
| HSL | 12.24º | 0.6% | 0.68% | - |
| HSV(B) | 12.24º | 0.44% | 0.87% | - |
| XYZ | 43.74 | 36.93 | 23.89 | - |
| YUV | 165.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 124 | 0 | 0.35 | 0.44 | 0.13 | 12.24 | 0.6 | 0.68 |
| Hex | DE | 90 | 7C | 0 | 23 | 2C | D | C | 3C | 44 |
| Octal | 336 | 220 | 174 | 0 | 43 | 54 | 15 | 14 | 74 | 104 |
| Binary | 11011110 | 10010000 | 1111100 | 0 | 100011 | 101100 | 1101 | 1100 | 111100 | 1000100 |
Color Harmonies of #DE907C
Complementary color
Monochromatic Colors of #DE907C
Black with #DE907C
Text Example
Text Example
White with #DE907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE907C; }
p { color: rgb(222,144,124); }
H1.HeaderClassName
{
color: #DE907C;
}
.AnyTagClassName
{
color: #DE907C;
}
</style>
background-color css
<style>
a { background-color: #DE907C; }
a { background-color: rgb(222,144,124); }
div.DivClassName
{
background-color: #DE907C;
}
.BgClassName
{
background-color: #DE907C;
}
</style>
border-color css
<style>
span { border-color: #DE907C; }
span { border-color: rgb(222,144,124); }
td.TdClassName
{
border-color: #DE907C;
}
.TagClassName
{
border-color: #DE907C;
}
</style>