Shades of Dark Pink #DB568A
Tints of Dark Pink #DB568A
RGB
CMYK
RGB Variations
Color information
#DB568A (or 0xDB568A) is known color: Dark Pink. HEX triplet: DB, 56 and 8A. RGB value is (219,86,138). Sum of RGB (Red+Green+Blue) = 219+86+138=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB568A is #24A975. Grayscale: #838383. Windows color (decimal): -2402678 or 9066203. OLE color: 9066203.
HSL color Cylindrical-coordinate representation of color #DB568A: hue angle of 336.54º 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 #DB568A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 138 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.14 |
| HSL | 336.54º | 0.65% | 0.6% | - |
| HSV(B) | 336.54º | 0.61% | 0.86% | - |
| XYZ | 37.13 | 23.55 | 26.63 | - |
| YUV | 131.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 138 | 0 | 0.61 | 0.37 | 0.14 | 336.54 | 0.65 | 0.6 |
| Hex | DB | 56 | 8A | 0 | 3D | 25 | E | 151 | 41 | 3C |
| Octal | 333 | 126 | 212 | 0 | 75 | 45 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10001010 | 0 | 111101 | 100101 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB568A
Complementary color
Monochromatic Colors of #DB568A
Black with #DB568A
Text Example
Text Example
White with #DB568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB568A; }
p { color: rgb(219,86,138); }
H1.HeaderClassName
{
color: #DB568A;
}
.AnyTagClassName
{
color: #DB568A;
}
</style>
background-color css
<style>
a { background-color: #DB568A; }
a { background-color: rgb(219,86,138); }
div.DivClassName
{
background-color: #DB568A;
}
.BgClassName
{
background-color: #DB568A;
}
</style>
border-color css
<style>
span { border-color: #DB568A; }
span { border-color: rgb(219,86,138); }
td.TdClassName
{
border-color: #DB568A;
}
.TagClassName
{
border-color: #DB568A;
}
</style>