Shades of Dark Pink #DB568E
Tints of Dark Pink #DB568E
RGB
CMYK
RGB Variations
Color information
#DB568E (or 0xDB568E) is known color: Dark Pink. HEX triplet: DB, 56 and 8E. RGB value is (219,86,142). Sum of RGB (Red+Green+Blue) = 219+86+142=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB568E is #24A971. Grayscale: #848484. Windows color (decimal): -2402674 or 9328347. OLE color: 9328347.
HSL color Cylindrical-coordinate representation of color #DB568E: hue angle of 334.74º 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 #DB568E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 142 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.14 |
| HSL | 334.74º | 0.65% | 0.6% | - |
| HSV(B) | 334.74º | 0.61% | 0.86% | - |
| XYZ | 37.42 | 23.67 | 28.19 | - |
| YUV | 132.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 142 | 0 | 0.61 | 0.35 | 0.14 | 334.74 | 0.65 | 0.6 |
| Hex | DB | 56 | 8E | 0 | 3D | 23 | E | 14F | 41 | 3C |
| Octal | 333 | 126 | 216 | 0 | 75 | 43 | 16 | 517 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10001110 | 0 | 111101 | 100011 | 1110 | 101001111 | 1000001 | 111100 |
Color Harmonies of #DB568E
Complementary color
Monochromatic Colors of #DB568E
Black with #DB568E
Text Example
Text Example
White with #DB568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB568E; }
p { color: rgb(219,86,142); }
H1.HeaderClassName
{
color: #DB568E;
}
.AnyTagClassName
{
color: #DB568E;
}
</style>
background-color css
<style>
a { background-color: #DB568E; }
a { background-color: rgb(219,86,142); }
div.DivClassName
{
background-color: #DB568E;
}
.BgClassName
{
background-color: #DB568E;
}
</style>
border-color css
<style>
span { border-color: #DB568E; }
span { border-color: rgb(219,86,142); }
td.TdClassName
{
border-color: #DB568E;
}
.TagClassName
{
border-color: #DB568E;
}
</style>