Shades of Dark Pink #D8568E
Tints of Dark Pink #D8568E
RGB
CMYK
RGB Variations
Color information
#D8568E (or 0xD8568E) is known color: Dark Pink. HEX triplet: D8, 56 and 8E. RGB value is (216,86,142). Sum of RGB (Red+Green+Blue) = 216+86+142=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8568E is #27A971. Grayscale: #838383. Windows color (decimal): -2599282 or 9328344. OLE color: 9328344.
HSL color Cylindrical-coordinate representation of color #D8568E: hue angle of 334.15º 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 #D8568E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 142 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.15 |
| HSL | 334.15º | 0.63% | 0.59% | - |
| HSV(B) | 334.15º | 0.6% | 0.85% | - |
| XYZ | 36.53 | 23.21 | 28.15 | - |
| YUV | 131.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 142 | 0 | 0.60 | 0.34 | 0.15 | 334.15 | 0.63 | 0.59 |
| Hex | D8 | 56 | 8E | 0 | 3C | 22 | F | 14E | 3E | 3B |
| Octal | 330 | 126 | 216 | 0 | 74 | 42 | 17 | 516 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10001110 | 0 | 111100 | 100010 | 1111 | 101001110 | 111110 | 111011 |
Color Harmonies of #D8568E
Complementary color
Monochromatic Colors of #D8568E
Black with #D8568E
Text Example
Text Example
White with #D8568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8568E; }
p { color: rgb(216,86,142); }
H1.HeaderClassName
{
color: #D8568E;
}
.AnyTagClassName
{
color: #D8568E;
}
</style>
background-color css
<style>
a { background-color: #D8568E; }
a { background-color: rgb(216,86,142); }
div.DivClassName
{
background-color: #D8568E;
}
.BgClassName
{
background-color: #D8568E;
}
</style>
border-color css
<style>
span { border-color: #D8568E; }
span { border-color: rgb(216,86,142); }
td.TdClassName
{
border-color: #D8568E;
}
.TagClassName
{
border-color: #D8568E;
}
</style>