Shades of Dark Pink #D8568D
Tints of Dark Pink #D8568D
RGB
CMYK
RGB Variations
Color information
#D8568D (or 0xD8568D) is known color: Dark Pink. HEX triplet: D8, 56 and 8D. RGB value is (216,86,141). Sum of RGB (Red+Green+Blue) = 216+86+141=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8568D is #27A972. Grayscale: #838383. Windows color (decimal): -2599283 or 9262808. OLE color: 9262808.
HSL color Cylindrical-coordinate representation of color #D8568D: hue angle of 334.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8568D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 141 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.15 |
| HSL | 334.62º | 0.63% | 0.59% | - |
| HSV(B) | 334.62º | 0.6% | 0.85% | - |
| XYZ | 36.45 | 23.18 | 27.75 | - |
| YUV | 131.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 141 | 0 | 0.60 | 0.35 | 0.15 | 334.62 | 0.63 | 0.59 |
| Hex | D8 | 56 | 8D | 0 | 3C | 23 | F | 14F | 3E | 3B |
| Octal | 330 | 126 | 215 | 0 | 74 | 43 | 17 | 517 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10001101 | 0 | 111100 | 100011 | 1111 | 101001111 | 111110 | 111011 |
Color Harmonies of #D8568D
Complementary color
Monochromatic Colors of #D8568D
Black with #D8568D
Text Example
Text Example
White with #D8568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8568D; }
p { color: rgb(216,86,141); }
H1.HeaderClassName
{
color: #D8568D;
}
.AnyTagClassName
{
color: #D8568D;
}
</style>
background-color css
<style>
a { background-color: #D8568D; }
a { background-color: rgb(216,86,141); }
div.DivClassName
{
background-color: #D8568D;
}
.BgClassName
{
background-color: #D8568D;
}
</style>
border-color css
<style>
span { border-color: #D8568D; }
span { border-color: rgb(216,86,141); }
td.TdClassName
{
border-color: #D8568D;
}
.TagClassName
{
border-color: #D8568D;
}
</style>