Shades of Dark Pink #DB5C8D
Tints of Dark Pink #DB5C8D
RGB
CMYK
RGB Variations
Color information
#DB5C8D (or 0xDB5C8D) is known color: Dark Pink. HEX triplet: DB, 5C and 8D. RGB value is (219,92,141). Sum of RGB (Red+Green+Blue) = 219+92+141=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C8D is #24A372. Grayscale: #878787. Windows color (decimal): -2401139 or 9264347. OLE color: 9264347.
HSL color Cylindrical-coordinate representation of color #DB5C8D: hue angle of 336.85º 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 #DB5C8D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 92 | 141 | - |
CMYK | 0 | 0.58 | 0.36 | 0.14 |
HSL | 336.85º | 0.64% | 0.61% | - |
HSV(B) | 336.85º | 0.58% | 0.86% | - |
XYZ | 37.85 | 24.64 | 27.96 | - |
YUV | 135.56 | 131.08 | 187.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 92 | 141 | 0 | 0.58 | 0.36 | 0.14 | 336.85 | 0.64 | 0.61 |
Hex | DB | 5C | 8D | 0 | 3A | 24 | E | 151 | 40 | 3D |
Octal | 333 | 134 | 215 | 0 | 72 | 44 | 16 | 521 | 100 | 75 |
Binary | 11011011 | 1011100 | 10001101 | 0 | 111010 | 100100 | 1110 | 101010001 | 1000000 | 111101 |
Color Harmonies of #DB5C8D
Complementary color
Monochromatic Colors of #DB5C8D
Black with #DB5C8D
Text Example
Text Example
White with #DB5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C8D; }
p { color: rgb(219,92,141); }
H1.HeaderClassName
{
color: #DB5C8D;
}
.AnyTagClassName
{
color: #DB5C8D;
}
</style>
background-color css
<style>
a { background-color: #DB5C8D; }
a { background-color: rgb(219,92,141); }
div.DivClassName
{
background-color: #DB5C8D;
}
.BgClassName
{
background-color: #DB5C8D;
}
</style>
border-color css
<style>
span { border-color: #DB5C8D; }
span { border-color: rgb(219,92,141); }
td.TdClassName
{
border-color: #DB5C8D;
}
.TagClassName
{
border-color: #DB5C8D;
}
</style>