Shades of Dark Pink #DE4E8B
Tints of Dark Pink #DE4E8B
RGB
CMYK
RGB Variations
Color information
#DE4E8B (or 0xDE4E8B) is known color: Dark Pink. HEX triplet: DE, 4E and 8B. RGB value is (222,78,139). Sum of RGB (Red+Green+Blue) = 222+78+139=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4E8B is #21B174. Grayscale: #7F7F7F. Windows color (decimal): -2208117 or 9129694. OLE color: 9129694.
HSL color Cylindrical-coordinate representation of color #DE4E8B: hue angle of 334.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4E8B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 139 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.13 |
| HSL | 334.58º | 0.69% | 0.59% | - |
| HSV(B) | 334.58º | 0.65% | 0.87% | - |
| XYZ | 37.51 | 22.84 | 26.86 | - |
| YUV | 128.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 139 | 0 | 0.65 | 0.37 | 0.13 | 334.58 | 0.69 | 0.59 |
| Hex | DE | 4E | 8B | 0 | 41 | 25 | D | 14F | 45 | 3B |
| Octal | 336 | 116 | 213 | 0 | 101 | 45 | 15 | 517 | 105 | 73 |
| Binary | 11011110 | 1001110 | 10001011 | 0 | 1000001 | 100101 | 1101 | 101001111 | 1000101 | 111011 |
Color Harmonies of #DE4E8B
Complementary color
Monochromatic Colors of #DE4E8B
Black with #DE4E8B
Text Example
Text Example
White with #DE4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E8B; }
p { color: rgb(222,78,139); }
H1.HeaderClassName
{
color: #DE4E8B;
}
.AnyTagClassName
{
color: #DE4E8B;
}
</style>
background-color css
<style>
a { background-color: #DE4E8B; }
a { background-color: rgb(222,78,139); }
div.DivClassName
{
background-color: #DE4E8B;
}
.BgClassName
{
background-color: #DE4E8B;
}
</style>
border-color css
<style>
span { border-color: #DE4E8B; }
span { border-color: rgb(222,78,139); }
td.TdClassName
{
border-color: #DE4E8B;
}
.TagClassName
{
border-color: #DE4E8B;
}
</style>