Shades of Dark Pink #DB5E85
Tints of Dark Pink #DB5E85
RGB
CMYK
RGB Variations
Color information
#DB5E85 (or 0xDB5E85) is known color: Dark Pink. HEX triplet: DB, 5E and 85. RGB value is (219,94,133). Sum of RGB (Red+Green+Blue) = 219+94+133=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E85 is #24A17A. Grayscale: #878787. Windows color (decimal): -2400635 or 8740571. OLE color: 8740571.
HSL color Cylindrical-coordinate representation of color #DB5E85: hue angle of 341.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E85 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 133 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.14 |
| HSL | 341.28º | 0.63% | 0.61% | - |
| HSV(B) | 341.28º | 0.57% | 0.86% | - |
| XYZ | 37.45 | 24.76 | 25 | - |
| YUV | 135.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 133 | 0 | 0.57 | 0.39 | 0.14 | 341.28 | 0.63 | 0.61 |
| Hex | DB | 5E | 85 | 0 | 39 | 27 | E | 155 | 3F | 3D |
| Octal | 333 | 136 | 205 | 0 | 71 | 47 | 16 | 525 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10000101 | 0 | 111001 | 100111 | 1110 | 101010101 | 111111 | 111101 |
Color Harmonies of #DB5E85
Complementary color
Monochromatic Colors of #DB5E85
Black with #DB5E85
Text Example
Text Example
White with #DB5E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E85; }
p { color: rgb(219,94,133); }
H1.HeaderClassName
{
color: #DB5E85;
}
.AnyTagClassName
{
color: #DB5E85;
}
</style>
background-color css
<style>
a { background-color: #DB5E85; }
a { background-color: rgb(219,94,133); }
div.DivClassName
{
background-color: #DB5E85;
}
.BgClassName
{
background-color: #DB5E85;
}
</style>
border-color css
<style>
span { border-color: #DB5E85; }
span { border-color: rgb(219,94,133); }
td.TdClassName
{
border-color: #DB5E85;
}
.TagClassName
{
border-color: #DB5E85;
}
</style>