Shades of Dark Pink #DB6081
Tints of Dark Pink #DB6081
RGB
CMYK
RGB Variations
Color information
#DB6081 (or 0xDB6081) is known color: Dark Pink. HEX triplet: DB, 60 and 81. RGB value is (219,96,129). Sum of RGB (Red+Green+Blue) = 219+96+129=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6081 is #249F7E. Grayscale: #888888. Windows color (decimal): -2400127 or 8478939. OLE color: 8478939.
HSL color Cylindrical-coordinate representation of color #DB6081: hue angle of 343.9º 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 #DB6081 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 129 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.14 |
| HSL | 343.9º | 0.63% | 0.62% | - |
| HSV(B) | 343.9º | 0.56% | 0.86% | - |
| XYZ | 37.36 | 25.01 | 23.63 | - |
| YUV | 136.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 129 | 0 | 0.56 | 0.41 | 0.14 | 343.9 | 0.63 | 0.62 |
| Hex | DB | 60 | 81 | 0 | 38 | 29 | E | 158 | 3F | 3E |
| Octal | 333 | 140 | 201 | 0 | 70 | 51 | 16 | 530 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10000001 | 0 | 111000 | 101001 | 1110 | 101011000 | 111111 | 111110 |
Color Harmonies of #DB6081
Complementary color
Monochromatic Colors of #DB6081
Black with #DB6081
Text Example
Text Example
White with #DB6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6081; }
p { color: rgb(219,96,129); }
H1.HeaderClassName
{
color: #DB6081;
}
.AnyTagClassName
{
color: #DB6081;
}
</style>
background-color css
<style>
a { background-color: #DB6081; }
a { background-color: rgb(219,96,129); }
div.DivClassName
{
background-color: #DB6081;
}
.BgClassName
{
background-color: #DB6081;
}
</style>
border-color css
<style>
span { border-color: #DB6081; }
span { border-color: rgb(219,96,129); }
td.TdClassName
{
border-color: #DB6081;
}
.TagClassName
{
border-color: #DB6081;
}
</style>