Shades of Dark Pink #DB5A85
Tints of Dark Pink #DB5A85
RGB
CMYK
RGB Variations
Color information
#DB5A85 (or 0xDB5A85) is known color: Dark Pink. HEX triplet: DB, 5A and 85. RGB value is (219,90,133). Sum of RGB (Red+Green+Blue) = 219+90+133=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A85 is #24A57A. Grayscale: #858585. Windows color (decimal): -2401659 or 8739547. OLE color: 8739547.
HSL color Cylindrical-coordinate representation of color #DB5A85: hue angle of 340º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A85 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 133 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.14 |
| HSL | 340º | 0.64% | 0.61% | - |
| HSV(B) | 340º | 0.59% | 0.86% | - |
| XYZ | 37.1 | 24.07 | 24.88 | - |
| YUV | 133.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 133 | 0 | 0.59 | 0.39 | 0.14 | 340 | 0.64 | 0.61 |
| Hex | DB | 5A | 85 | 0 | 3B | 27 | E | 154 | 40 | 3D |
| Octal | 333 | 132 | 205 | 0 | 73 | 47 | 16 | 524 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10000101 | 0 | 111011 | 100111 | 1110 | 101010100 | 1000000 | 111101 |
Color Harmonies of #DB5A85
Complementary color
Monochromatic Colors of #DB5A85
Black with #DB5A85
Text Example
Text Example
White with #DB5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A85; }
p { color: rgb(219,90,133); }
H1.HeaderClassName
{
color: #DB5A85;
}
.AnyTagClassName
{
color: #DB5A85;
}
</style>
background-color css
<style>
a { background-color: #DB5A85; }
a { background-color: rgb(219,90,133); }
div.DivClassName
{
background-color: #DB5A85;
}
.BgClassName
{
background-color: #DB5A85;
}
</style>
border-color css
<style>
span { border-color: #DB5A85; }
span { border-color: rgb(219,90,133); }
td.TdClassName
{
border-color: #DB5A85;
}
.TagClassName
{
border-color: #DB5A85;
}
</style>