Shades of Dark Pink #DB5A8A
Tints of Dark Pink #DB5A8A
RGB
CMYK
RGB Variations
Color information
#DB5A8A (or 0xDB5A8A) is known color: Dark Pink. HEX triplet: DB, 5A and 8A. RGB value is (219,90,138). Sum of RGB (Red+Green+Blue) = 219+90+138=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A8A is #24A575. Grayscale: #858585. Windows color (decimal): -2401654 or 9067227. OLE color: 9067227.
HSL color Cylindrical-coordinate representation of color #DB5A8A: hue angle of 337.67º 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 #DB5A8A is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 138 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.14 |
| HSL | 337.67º | 0.64% | 0.61% | - |
| HSV(B) | 337.67º | 0.59% | 0.86% | - |
| XYZ | 37.46 | 24.21 | 26.74 | - |
| YUV | 134.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 138 | 0 | 0.59 | 0.37 | 0.14 | 337.67 | 0.64 | 0.61 |
| Hex | DB | 5A | 8A | 0 | 3B | 25 | E | 152 | 40 | 3D |
| Octal | 333 | 132 | 212 | 0 | 73 | 45 | 16 | 522 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10001010 | 0 | 111011 | 100101 | 1110 | 101010010 | 1000000 | 111101 |
Color Harmonies of #DB5A8A
Complementary color
Monochromatic Colors of #DB5A8A
Black with #DB5A8A
Text Example
Text Example
White with #DB5A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A8A; }
p { color: rgb(219,90,138); }
H1.HeaderClassName
{
color: #DB5A8A;
}
.AnyTagClassName
{
color: #DB5A8A;
}
</style>
background-color css
<style>
a { background-color: #DB5A8A; }
a { background-color: rgb(219,90,138); }
div.DivClassName
{
background-color: #DB5A8A;
}
.BgClassName
{
background-color: #DB5A8A;
}
</style>
border-color css
<style>
span { border-color: #DB5A8A; }
span { border-color: rgb(219,90,138); }
td.TdClassName
{
border-color: #DB5A8A;
}
.TagClassName
{
border-color: #DB5A8A;
}
</style>