Shades of Dark Pink #DB558A
Tints of Dark Pink #DB558A
RGB
CMYK
RGB Variations
Color information
#DB558A (or 0xDB558A) is known color: Dark Pink. HEX triplet: DB, 55 and 8A. RGB value is (219,85,138). Sum of RGB (Red+Green+Blue) = 219+85+138=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558A is #24AA75. Grayscale: #838383. Windows color (decimal): -2402934 or 9065947. OLE color: 9065947.
HSL color Cylindrical-coordinate representation of color #DB558A: hue angle of 336.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB558A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 138 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.14 |
| HSL | 336.27º | 0.65% | 0.6% | - |
| HSV(B) | 336.27º | 0.61% | 0.86% | - |
| XYZ | 37.05 | 23.39 | 26.61 | - |
| YUV | 131.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 138 | 0 | 0.61 | 0.37 | 0.14 | 336.27 | 0.65 | 0.6 |
| Hex | DB | 55 | 8A | 0 | 3D | 25 | E | 150 | 41 | 3C |
| Octal | 333 | 125 | 212 | 0 | 75 | 45 | 16 | 520 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10001010 | 0 | 111101 | 100101 | 1110 | 101010000 | 1000001 | 111100 |
Color Harmonies of #DB558A
Complementary color
Monochromatic Colors of #DB558A
Black with #DB558A
Text Example
Text Example
White with #DB558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB558A; }
p { color: rgb(219,85,138); }
H1.HeaderClassName
{
color: #DB558A;
}
.AnyTagClassName
{
color: #DB558A;
}
</style>
background-color css
<style>
a { background-color: #DB558A; }
a { background-color: rgb(219,85,138); }
div.DivClassName
{
background-color: #DB558A;
}
.BgClassName
{
background-color: #DB558A;
}
</style>
border-color css
<style>
span { border-color: #DB558A; }
span { border-color: rgb(219,85,138); }
td.TdClassName
{
border-color: #DB558A;
}
.TagClassName
{
border-color: #DB558A;
}
</style>