Shades of Dark Pink #DE5B81
Tints of Dark Pink #DE5B81
RGB
CMYK
RGB Variations
Color information
#DE5B81 (or 0xDE5B81) is known color: Dark Pink. HEX triplet: DE, 5B and 81. RGB value is (222,91,129). Sum of RGB (Red+Green+Blue) = 222+91+129=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5B81 is #21A47E. Grayscale: #868686. Windows color (decimal): -2204799 or 8477662. OLE color: 8477662.
HSL color Cylindrical-coordinate representation of color #DE5B81: hue angle of 342.6º 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 #DE5B81 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 129 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.13 |
| HSL | 342.6º | 0.66% | 0.61% | - |
| HSV(B) | 342.6º | 0.59% | 0.87% | - |
| XYZ | 37.83 | 24.6 | 23.52 | - |
| YUV | 134.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 129 | 0 | 0.59 | 0.42 | 0.13 | 342.6 | 0.66 | 0.61 |
| Hex | DE | 5B | 81 | 0 | 3B | 2A | D | 157 | 42 | 3D |
| Octal | 336 | 133 | 201 | 0 | 73 | 52 | 15 | 527 | 102 | 75 |
| Binary | 11011110 | 1011011 | 10000001 | 0 | 111011 | 101010 | 1101 | 101010111 | 1000010 | 111101 |
Color Harmonies of #DE5B81
Complementary color
Monochromatic Colors of #DE5B81
Black with #DE5B81
Text Example
Text Example
White with #DE5B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B81; }
p { color: rgb(222,91,129); }
H1.HeaderClassName
{
color: #DE5B81;
}
.AnyTagClassName
{
color: #DE5B81;
}
</style>
background-color css
<style>
a { background-color: #DE5B81; }
a { background-color: rgb(222,91,129); }
div.DivClassName
{
background-color: #DE5B81;
}
.BgClassName
{
background-color: #DE5B81;
}
</style>
border-color css
<style>
span { border-color: #DE5B81; }
span { border-color: rgb(222,91,129); }
td.TdClassName
{
border-color: #DE5B81;
}
.TagClassName
{
border-color: #DE5B81;
}
</style>