Shades of My Pink #DE907E
Tints of My Pink #DE907E
RGB
CMYK
RGB Variations
Color information
#DE907E (or 0xDE907E) is known color: My Pink. HEX triplet: DE, 90 and 7E. RGB value is (222,144,126). Sum of RGB (Red+Green+Blue) = 222+144+126=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE907E is #216F81. Grayscale: #A5A5A5. Windows color (decimal): -2191234 or 8294622. OLE color: 8294622.
HSL color Cylindrical-coordinate representation of color #DE907E: hue angle of 11.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE907E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 126 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.25º | 0.59% | 0.68% | - |
| HSV(B) | 11.25º | 0.43% | 0.87% | - |
| XYZ | 43.86 | 36.98 | 24.57 | - |
| YUV | 165.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 126 | 0 | 0.35 | 0.43 | 0.13 | 11.25 | 0.59 | 0.68 |
| Hex | DE | 90 | 7E | 0 | 23 | 2B | D | B | 3B | 44 |
| Octal | 336 | 220 | 176 | 0 | 43 | 53 | 15 | 13 | 73 | 104 |
| Binary | 11011110 | 10010000 | 1111110 | 0 | 100011 | 101011 | 1101 | 1011 | 111011 | 1000100 |
Color Harmonies of #DE907E
Complementary color
Monochromatic Colors of #DE907E
Black with #DE907E
Text Example
Text Example
White with #DE907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE907E; }
p { color: rgb(222,144,126); }
H1.HeaderClassName
{
color: #DE907E;
}
.AnyTagClassName
{
color: #DE907E;
}
</style>
background-color css
<style>
a { background-color: #DE907E; }
a { background-color: rgb(222,144,126); }
div.DivClassName
{
background-color: #DE907E;
}
.BgClassName
{
background-color: #DE907E;
}
</style>
border-color css
<style>
span { border-color: #DE907E; }
span { border-color: rgb(222,144,126); }
td.TdClassName
{
border-color: #DE907E;
}
.TagClassName
{
border-color: #DE907E;
}
</style>