Shades of Dark Pink #D8568C
Tints of Dark Pink #D8568C
RGB
CMYK
RGB Variations
Color information
#D8568C (or 0xD8568C) is known color: Dark Pink. HEX triplet: D8, 56 and 8C. RGB value is (216,86,140). Sum of RGB (Red+Green+Blue) = 216+86+140=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8568C is #27A973. Grayscale: #828282. Windows color (decimal): -2599284 or 9197272. OLE color: 9197272.
HSL color Cylindrical-coordinate representation of color #D8568C: hue angle of 335.08º 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 #D8568C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 140 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.15 |
| HSL | 335.08º | 0.63% | 0.59% | - |
| HSV(B) | 335.08º | 0.6% | 0.85% | - |
| XYZ | 36.38 | 23.15 | 27.36 | - |
| YUV | 131.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 140 | 0 | 0.60 | 0.35 | 0.15 | 335.08 | 0.63 | 0.59 |
| Hex | D8 | 56 | 8C | 0 | 3C | 23 | F | 14F | 3E | 3B |
| Octal | 330 | 126 | 214 | 0 | 74 | 43 | 17 | 517 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10001100 | 0 | 111100 | 100011 | 1111 | 101001111 | 111110 | 111011 |
Color Harmonies of #D8568C
Complementary color
Monochromatic Colors of #D8568C
Black with #D8568C
Text Example
Text Example
White with #D8568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8568C; }
p { color: rgb(216,86,140); }
H1.HeaderClassName
{
color: #D8568C;
}
.AnyTagClassName
{
color: #D8568C;
}
</style>
background-color css
<style>
a { background-color: #D8568C; }
a { background-color: rgb(216,86,140); }
div.DivClassName
{
background-color: #D8568C;
}
.BgClassName
{
background-color: #D8568C;
}
</style>
border-color css
<style>
span { border-color: #D8568C; }
span { border-color: rgb(216,86,140); }
td.TdClassName
{
border-color: #D8568C;
}
.TagClassName
{
border-color: #D8568C;
}
</style>