Shades of Dark Pink #DB568D
Tints of Dark Pink #DB568D
RGB
CMYK
RGB Variations
Color information
#DB568D (or 0xDB568D) is known color: Dark Pink. HEX triplet: DB, 56 and 8D. RGB value is (219,86,141). Sum of RGB (Red+Green+Blue) = 219+86+141=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB568D is #24A972. Grayscale: #838383. Windows color (decimal): -2402675 or 9262811. OLE color: 9262811.
HSL color Cylindrical-coordinate representation of color #DB568D: hue angle of 335.19º 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 #DB568D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 141 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.14 |
| HSL | 335.19º | 0.65% | 0.6% | - |
| HSV(B) | 335.19º | 0.61% | 0.86% | - |
| XYZ | 37.35 | 23.64 | 27.79 | - |
| YUV | 132.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 141 | 0 | 0.61 | 0.36 | 0.14 | 335.19 | 0.65 | 0.6 |
| Hex | DB | 56 | 8D | 0 | 3D | 24 | E | 14F | 41 | 3C |
| Octal | 333 | 126 | 215 | 0 | 75 | 44 | 16 | 517 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10001101 | 0 | 111101 | 100100 | 1110 | 101001111 | 1000001 | 111100 |
Color Harmonies of #DB568D
Complementary color
Monochromatic Colors of #DB568D
Black with #DB568D
Text Example
Text Example
White with #DB568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB568D; }
p { color: rgb(219,86,141); }
H1.HeaderClassName
{
color: #DB568D;
}
.AnyTagClassName
{
color: #DB568D;
}
</style>
background-color css
<style>
a { background-color: #DB568D; }
a { background-color: rgb(219,86,141); }
div.DivClassName
{
background-color: #DB568D;
}
.BgClassName
{
background-color: #DB568D;
}
</style>
border-color css
<style>
span { border-color: #DB568D; }
span { border-color: rgb(219,86,141); }
td.TdClassName
{
border-color: #DB568D;
}
.TagClassName
{
border-color: #DB568D;
}
</style>