Shades of Dark Pink #D8548C
Tints of Dark Pink #D8548C
RGB
CMYK
RGB Variations
Color information
#D8548C (or 0xD8548C) is known color: Dark Pink. HEX triplet: D8, 54 and 8C. RGB value is (216,84,140). Sum of RGB (Red+Green+Blue) = 216+84+140=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8548C is #27AB73. Grayscale: #818181. Windows color (decimal): -2599796 or 9196760. OLE color: 9196760.
HSL color Cylindrical-coordinate representation of color #D8548C: hue angle of 334.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8548C is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 140 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.15 |
| HSL | 334.55º | 0.63% | 0.59% | - |
| HSV(B) | 334.55º | 0.61% | 0.85% | - |
| XYZ | 36.22 | 22.83 | 27.31 | - |
| YUV | 129.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 140 | 0 | 0.61 | 0.35 | 0.15 | 334.55 | 0.63 | 0.59 |
| Hex | D8 | 54 | 8C | 0 | 3D | 23 | F | 14F | 3F | 3B |
| Octal | 330 | 124 | 214 | 0 | 75 | 43 | 17 | 517 | 77 | 73 |
| Binary | 11011000 | 1010100 | 10001100 | 0 | 111101 | 100011 | 1111 | 101001111 | 111111 | 111011 |
Color Harmonies of #D8548C
Complementary color
Monochromatic Colors of #D8548C
Black with #D8548C
Text Example
Text Example
White with #D8548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8548C; }
p { color: rgb(216,84,140); }
H1.HeaderClassName
{
color: #D8548C;
}
.AnyTagClassName
{
color: #D8548C;
}
</style>
background-color css
<style>
a { background-color: #D8548C; }
a { background-color: rgb(216,84,140); }
div.DivClassName
{
background-color: #D8548C;
}
.BgClassName
{
background-color: #D8548C;
}
</style>
border-color css
<style>
span { border-color: #D8548C; }
span { border-color: rgb(216,84,140); }
td.TdClassName
{
border-color: #D8548C;
}
.TagClassName
{
border-color: #D8548C;
}
</style>