Shades of Dark Pink #DE4C8C
Tints of Dark Pink #DE4C8C
RGB
CMYK
RGB Variations
Color information
#DE4C8C (or 0xDE4C8C) is known color: Dark Pink. HEX triplet: DE, 4C and 8C. RGB value is (222,76,140). Sum of RGB (Red+Green+Blue) = 222+76+140=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4C8C is #21B373. Grayscale: #7E7E7E. Windows color (decimal): -2208628 or 9194718. OLE color: 9194718.
HSL color Cylindrical-coordinate representation of color #DE4C8C: hue angle of 333.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C8C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 140 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.13 |
| HSL | 333.7º | 0.69% | 0.58% | - |
| HSV(B) | 333.7º | 0.66% | 0.87% | - |
| XYZ | 37.44 | 22.59 | 27.2 | - |
| YUV | 126.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 140 | 0 | 0.66 | 0.37 | 0.13 | 333.7 | 0.69 | 0.58 |
| Hex | DE | 4C | 8C | 0 | 42 | 25 | D | 14E | 45 | 3A |
| Octal | 336 | 114 | 214 | 0 | 102 | 45 | 15 | 516 | 105 | 72 |
| Binary | 11011110 | 1001100 | 10001100 | 0 | 1000010 | 100101 | 1101 | 101001110 | 1000101 | 111010 |
Color Harmonies of #DE4C8C
Complementary color
Monochromatic Colors of #DE4C8C
Black with #DE4C8C
Text Example
Text Example
White with #DE4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C8C; }
p { color: rgb(222,76,140); }
H1.HeaderClassName
{
color: #DE4C8C;
}
.AnyTagClassName
{
color: #DE4C8C;
}
</style>
background-color css
<style>
a { background-color: #DE4C8C; }
a { background-color: rgb(222,76,140); }
div.DivClassName
{
background-color: #DE4C8C;
}
.BgClassName
{
background-color: #DE4C8C;
}
</style>
border-color css
<style>
span { border-color: #DE4C8C; }
span { border-color: rgb(222,76,140); }
td.TdClassName
{
border-color: #DE4C8C;
}
.TagClassName
{
border-color: #DE4C8C;
}
</style>