Shades of My Pink #DE917D
Tints of My Pink #DE917D
RGB
CMYK
RGB Variations
Color information
#DE917D (or 0xDE917D) is known color: My Pink. HEX triplet: DE, 91 and 7D. RGB value is (222,145,125). Sum of RGB (Red+Green+Blue) = 222+145+125=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE917D is #216E82. Grayscale: #A5A5A5. Windows color (decimal): -2190979 or 8229342. OLE color: 8229342.
HSL color Cylindrical-coordinate representation of color #DE917D: hue angle of 12.37º 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 #DE917D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 125 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.13 |
| HSL | 12.37º | 0.6% | 0.68% | - |
| HSV(B) | 12.37º | 0.44% | 0.87% | - |
| XYZ | 43.95 | 37.26 | 24.28 | - |
| YUV | 165.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 125 | 0 | 0.35 | 0.44 | 0.13 | 12.37 | 0.6 | 0.68 |
| Hex | DE | 91 | 7D | 0 | 23 | 2C | D | C | 3C | 44 |
| Octal | 336 | 221 | 175 | 0 | 43 | 54 | 15 | 14 | 74 | 104 |
| Binary | 11011110 | 10010001 | 1111101 | 0 | 100011 | 101100 | 1101 | 1100 | 111100 | 1000100 |
Color Harmonies of #DE917D
Complementary color
Monochromatic Colors of #DE917D
Black with #DE917D
Text Example
Text Example
White with #DE917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE917D; }
p { color: rgb(222,145,125); }
H1.HeaderClassName
{
color: #DE917D;
}
.AnyTagClassName
{
color: #DE917D;
}
</style>
background-color css
<style>
a { background-color: #DE917D; }
a { background-color: rgb(222,145,125); }
div.DivClassName
{
background-color: #DE917D;
}
.BgClassName
{
background-color: #DE917D;
}
</style>
border-color css
<style>
span { border-color: #DE917D; }
span { border-color: rgb(222,145,125); }
td.TdClassName
{
border-color: #DE917D;
}
.TagClassName
{
border-color: #DE917D;
}
</style>