Shades of Dark Pink #DB568B
Tints of Dark Pink #DB568B
RGB
CMYK
RGB Variations
Color information
#DB568B (or 0xDB568B) is known color: Dark Pink. HEX triplet: DB, 56 and 8B. RGB value is (219,86,139). Sum of RGB (Red+Green+Blue) = 219+86+139=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB568B is #24A974. Grayscale: #838383. Windows color (decimal): -2402677 or 9131739. OLE color: 9131739.
HSL color Cylindrical-coordinate representation of color #DB568B: hue angle of 336.09º 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 #DB568B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 139 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.14 |
| HSL | 336.09º | 0.65% | 0.6% | - |
| HSV(B) | 336.09º | 0.61% | 0.86% | - |
| XYZ | 37.2 | 23.58 | 27.02 | - |
| YUV | 131.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 139 | 0 | 0.61 | 0.37 | 0.14 | 336.09 | 0.65 | 0.6 |
| Hex | DB | 56 | 8B | 0 | 3D | 25 | E | 150 | 41 | 3C |
| Octal | 333 | 126 | 213 | 0 | 75 | 45 | 16 | 520 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10001011 | 0 | 111101 | 100101 | 1110 | 101010000 | 1000001 | 111100 |
Color Harmonies of #DB568B
Complementary color
Monochromatic Colors of #DB568B
Black with #DB568B
Text Example
Text Example
White with #DB568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB568B; }
p { color: rgb(219,86,139); }
H1.HeaderClassName
{
color: #DB568B;
}
.AnyTagClassName
{
color: #DB568B;
}
</style>
background-color css
<style>
a { background-color: #DB568B; }
a { background-color: rgb(219,86,139); }
div.DivClassName
{
background-color: #DB568B;
}
.BgClassName
{
background-color: #DB568B;
}
</style>
border-color css
<style>
span { border-color: #DB568B; }
span { border-color: rgb(219,86,139); }
td.TdClassName
{
border-color: #DB568B;
}
.TagClassName
{
border-color: #DB568B;
}
</style>