Shades of Dark Pink #DB5C83
Tints of Dark Pink #DB5C83
RGB
CMYK
RGB Variations
Color information
#DB5C83 (or 0xDB5C83) is known color: Dark Pink. HEX triplet: DB, 5C and 83. RGB value is (219,92,131). Sum of RGB (Red+Green+Blue) = 219+92+131=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C83 is #24A37C. Grayscale: #868686. Windows color (decimal): -2401149 or 8608987. OLE color: 8608987.
HSL color Cylindrical-coordinate representation of color #DB5C83: hue angle of 341.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C83 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 131 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.14 |
| HSL | 341.57º | 0.64% | 0.61% | - |
| HSV(B) | 341.57º | 0.58% | 0.86% | - |
| XYZ | 37.14 | 24.35 | 24.22 | - |
| YUV | 134.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 131 | 0 | 0.58 | 0.40 | 0.14 | 341.57 | 0.64 | 0.61 |
| Hex | DB | 5C | 83 | 0 | 3A | 28 | E | 156 | 40 | 3D |
| Octal | 333 | 134 | 203 | 0 | 72 | 50 | 16 | 526 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10000011 | 0 | 111010 | 101000 | 1110 | 101010110 | 1000000 | 111101 |
Color Harmonies of #DB5C83
Complementary color
Monochromatic Colors of #DB5C83
Black with #DB5C83
Text Example
Text Example
White with #DB5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C83; }
p { color: rgb(219,92,131); }
H1.HeaderClassName
{
color: #DB5C83;
}
.AnyTagClassName
{
color: #DB5C83;
}
</style>
background-color css
<style>
a { background-color: #DB5C83; }
a { background-color: rgb(219,92,131); }
div.DivClassName
{
background-color: #DB5C83;
}
.BgClassName
{
background-color: #DB5C83;
}
</style>
border-color css
<style>
span { border-color: #DB5C83; }
span { border-color: rgb(219,92,131); }
td.TdClassName
{
border-color: #DB5C83;
}
.TagClassName
{
border-color: #DB5C83;
}
</style>