Shades of Dark Pink #DB5A88
Tints of Dark Pink #DB5A88
RGB
CMYK
RGB Variations
Color information
#DB5A88 (or 0xDB5A88) is known color: Dark Pink. HEX triplet: DB, 5A and 88. RGB value is (219,90,136). Sum of RGB (Red+Green+Blue) = 219+90+136=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A88 is #24A577. Grayscale: #858585. Windows color (decimal): -2401656 or 8936155. OLE color: 8936155.
HSL color Cylindrical-coordinate representation of color #DB5A88: hue angle of 338.6º 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 #DB5A88 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 136 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.14 |
| HSL | 338.6º | 0.64% | 0.61% | - |
| HSV(B) | 338.6º | 0.59% | 0.86% | - |
| XYZ | 37.31 | 24.15 | 25.99 | - |
| YUV | 133.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 136 | 0 | 0.59 | 0.38 | 0.14 | 338.6 | 0.64 | 0.61 |
| Hex | DB | 5A | 88 | 0 | 3B | 26 | E | 153 | 40 | 3D |
| Octal | 333 | 132 | 210 | 0 | 73 | 46 | 16 | 523 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10001000 | 0 | 111011 | 100110 | 1110 | 101010011 | 1000000 | 111101 |
Color Harmonies of #DB5A88
Complementary color
Monochromatic Colors of #DB5A88
Black with #DB5A88
Text Example
Text Example
White with #DB5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A88; }
p { color: rgb(219,90,136); }
H1.HeaderClassName
{
color: #DB5A88;
}
.AnyTagClassName
{
color: #DB5A88;
}
</style>
background-color css
<style>
a { background-color: #DB5A88; }
a { background-color: rgb(219,90,136); }
div.DivClassName
{
background-color: #DB5A88;
}
.BgClassName
{
background-color: #DB5A88;
}
</style>
border-color css
<style>
span { border-color: #DB5A88; }
span { border-color: rgb(219,90,136); }
td.TdClassName
{
border-color: #DB5A88;
}
.TagClassName
{
border-color: #DB5A88;
}
</style>