Shades of Dark Pink #DB6084
Tints of Dark Pink #DB6084
RGB
CMYK
RGB Variations
Color information
#DB6084 (or 0xDB6084) is known color: Dark Pink. HEX triplet: DB, 60 and 84. RGB value is (219,96,132). Sum of RGB (Red+Green+Blue) = 219+96+132=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6084 is #249F7B. Grayscale: #888888. Windows color (decimal): -2400124 or 8675547. OLE color: 8675547.
HSL color Cylindrical-coordinate representation of color #DB6084: hue angle of 342.44º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6084 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 132 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.14 |
| HSL | 342.44º | 0.63% | 0.62% | - |
| HSV(B) | 342.44º | 0.56% | 0.86% | - |
| XYZ | 37.56 | 25.09 | 24.69 | - |
| YUV | 136.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 132 | 0 | 0.56 | 0.40 | 0.14 | 342.44 | 0.63 | 0.62 |
| Hex | DB | 60 | 84 | 0 | 38 | 28 | E | 156 | 3F | 3E |
| Octal | 333 | 140 | 204 | 0 | 70 | 50 | 16 | 526 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10000100 | 0 | 111000 | 101000 | 1110 | 101010110 | 111111 | 111110 |
Color Harmonies of #DB6084
Complementary color
Monochromatic Colors of #DB6084
Black with #DB6084
Text Example
Text Example
White with #DB6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6084; }
p { color: rgb(219,96,132); }
H1.HeaderClassName
{
color: #DB6084;
}
.AnyTagClassName
{
color: #DB6084;
}
</style>
background-color css
<style>
a { background-color: #DB6084; }
a { background-color: rgb(219,96,132); }
div.DivClassName
{
background-color: #DB6084;
}
.BgClassName
{
background-color: #DB6084;
}
</style>
border-color css
<style>
span { border-color: #DB6084; }
span { border-color: rgb(219,96,132); }
td.TdClassName
{
border-color: #DB6084;
}
.TagClassName
{
border-color: #DB6084;
}
</style>