Shades of Dark Pink #DB6181
Tints of Dark Pink #DB6181
RGB
CMYK
RGB Variations
Color information
#DB6181 (or 0xDB6181) is known color: Dark Pink. HEX triplet: DB, 61 and 81. RGB value is (219,97,129). Sum of RGB (Red+Green+Blue) = 219+97+129=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6181 is #249E7E. Grayscale: #898989. Windows color (decimal): -2399871 or 8479195. OLE color: 8479195.
HSL color Cylindrical-coordinate representation of color #DB6181: hue angle of 344.26º 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 #DB6181 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 129 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.14 |
| HSL | 344.26º | 0.63% | 0.62% | - |
| HSV(B) | 344.26º | 0.56% | 0.86% | - |
| XYZ | 37.45 | 25.19 | 23.66 | - |
| YUV | 137.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 129 | 0 | 0.56 | 0.41 | 0.14 | 344.26 | 0.63 | 0.62 |
| Hex | DB | 61 | 81 | 0 | 38 | 29 | E | 158 | 3F | 3E |
| Octal | 333 | 141 | 201 | 0 | 70 | 51 | 16 | 530 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10000001 | 0 | 111000 | 101001 | 1110 | 101011000 | 111111 | 111110 |
Color Harmonies of #DB6181
Complementary color
Monochromatic Colors of #DB6181
Black with #DB6181
Text Example
Text Example
White with #DB6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6181; }
p { color: rgb(219,97,129); }
H1.HeaderClassName
{
color: #DB6181;
}
.AnyTagClassName
{
color: #DB6181;
}
</style>
background-color css
<style>
a { background-color: #DB6181; }
a { background-color: rgb(219,97,129); }
div.DivClassName
{
background-color: #DB6181;
}
.BgClassName
{
background-color: #DB6181;
}
</style>
border-color css
<style>
span { border-color: #DB6181; }
span { border-color: rgb(219,97,129); }
td.TdClassName
{
border-color: #DB6181;
}
.TagClassName
{
border-color: #DB6181;
}
</style>