Shades of Dark Pink #DE5B8E
Tints of Dark Pink #DE5B8E
RGB
CMYK
RGB Variations
Color information
#DE5B8E (or 0xDE5B8E) is known color: Dark Pink. HEX triplet: DE, 5B and 8E. RGB value is (222,91,142). Sum of RGB (Red+Green+Blue) = 222+91+142=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5B8E is #21A471. Grayscale: #878787. Windows color (decimal): -2204786 or 9329630. OLE color: 9329630.
HSL color Cylindrical-coordinate representation of color #DE5B8E: hue angle of 336.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5B8E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 142 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.13 |
| HSL | 336.64º | 0.66% | 0.61% | - |
| HSV(B) | 336.64º | 0.59% | 0.87% | - |
| XYZ | 38.75 | 24.96 | 28.37 | - |
| YUV | 135.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 142 | 0 | 0.59 | 0.36 | 0.13 | 336.64 | 0.66 | 0.61 |
| Hex | DE | 5B | 8E | 0 | 3B | 24 | D | 151 | 42 | 3D |
| Octal | 336 | 133 | 216 | 0 | 73 | 44 | 15 | 521 | 102 | 75 |
| Binary | 11011110 | 1011011 | 10001110 | 0 | 111011 | 100100 | 1101 | 101010001 | 1000010 | 111101 |
Color Harmonies of #DE5B8E
Complementary color
Monochromatic Colors of #DE5B8E
Black with #DE5B8E
Text Example
Text Example
White with #DE5B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B8E; }
p { color: rgb(222,91,142); }
H1.HeaderClassName
{
color: #DE5B8E;
}
.AnyTagClassName
{
color: #DE5B8E;
}
</style>
background-color css
<style>
a { background-color: #DE5B8E; }
a { background-color: rgb(222,91,142); }
div.DivClassName
{
background-color: #DE5B8E;
}
.BgClassName
{
background-color: #DE5B8E;
}
</style>
border-color css
<style>
span { border-color: #DE5B8E; }
span { border-color: rgb(222,91,142); }
td.TdClassName
{
border-color: #DE5B8E;
}
.TagClassName
{
border-color: #DE5B8E;
}
</style>