Shades of My Pink #DE907D
Tints of My Pink #DE907D
RGB
CMYK
RGB Variations
Color information
#DE907D (or 0xDE907D) is known color: My Pink. HEX triplet: DE, 90 and 7D. RGB value is (222,144,125). Sum of RGB (Red+Green+Blue) = 222+144+125=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE907D is #216F82. Grayscale: #A5A5A5. Windows color (decimal): -2191235 or 8229086. OLE color: 8229086.
HSL color Cylindrical-coordinate representation of color #DE907D: hue angle of 11.75º 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 #DE907D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 125 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.13 |
| HSL | 11.75º | 0.6% | 0.68% | - |
| HSV(B) | 11.75º | 0.44% | 0.87% | - |
| XYZ | 43.8 | 36.96 | 24.23 | - |
| YUV | 165.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 125 | 0 | 0.35 | 0.44 | 0.13 | 11.75 | 0.6 | 0.68 |
| Hex | DE | 90 | 7D | 0 | 23 | 2C | D | C | 3C | 44 |
| Octal | 336 | 220 | 175 | 0 | 43 | 54 | 15 | 14 | 74 | 104 |
| Binary | 11011110 | 10010000 | 1111101 | 0 | 100011 | 101100 | 1101 | 1100 | 111100 | 1000100 |
Color Harmonies of #DE907D
Complementary color
Monochromatic Colors of #DE907D
Black with #DE907D
Text Example
Text Example
White with #DE907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE907D; }
p { color: rgb(222,144,125); }
H1.HeaderClassName
{
color: #DE907D;
}
.AnyTagClassName
{
color: #DE907D;
}
</style>
background-color css
<style>
a { background-color: #DE907D; }
a { background-color: rgb(222,144,125); }
div.DivClassName
{
background-color: #DE907D;
}
.BgClassName
{
background-color: #DE907D;
}
</style>
border-color css
<style>
span { border-color: #DE907D; }
span { border-color: rgb(222,144,125); }
td.TdClassName
{
border-color: #DE907D;
}
.TagClassName
{
border-color: #DE907D;
}
</style>