Shades of Dark Pink #D8538C
Tints of Dark Pink #D8538C
RGB
CMYK
RGB Variations
Color information
#D8538C (or 0xD8538C) is known color: Dark Pink. HEX triplet: D8, 53 and 8C. RGB value is (216,83,140). Sum of RGB (Red+Green+Blue) = 216+83+140=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8538C is #27AC73. Grayscale: #818181. Windows color (decimal): -2600052 or 9196504. OLE color: 9196504.
HSL color Cylindrical-coordinate representation of color #D8538C: hue angle of 334.29º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8538C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 140 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.15 |
| HSL | 334.29º | 0.63% | 0.59% | - |
| HSV(B) | 334.29º | 0.62% | 0.85% | - |
| XYZ | 36.15 | 22.68 | 27.28 | - |
| YUV | 129.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 140 | 0 | 0.62 | 0.35 | 0.15 | 334.29 | 0.63 | 0.59 |
| Hex | D8 | 53 | 8C | 0 | 3E | 23 | F | 14E | 3F | 3B |
| Octal | 330 | 123 | 214 | 0 | 76 | 43 | 17 | 516 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10001100 | 0 | 111110 | 100011 | 1111 | 101001110 | 111111 | 111011 |
Color Harmonies of #D8538C
Complementary color
Monochromatic Colors of #D8538C
Black with #D8538C
Text Example
Text Example
White with #D8538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8538C; }
p { color: rgb(216,83,140); }
H1.HeaderClassName
{
color: #D8538C;
}
.AnyTagClassName
{
color: #D8538C;
}
</style>
background-color css
<style>
a { background-color: #D8538C; }
a { background-color: rgb(216,83,140); }
div.DivClassName
{
background-color: #D8538C;
}
.BgClassName
{
background-color: #D8538C;
}
</style>
border-color css
<style>
span { border-color: #D8538C; }
span { border-color: rgb(216,83,140); }
td.TdClassName
{
border-color: #D8538C;
}
.TagClassName
{
border-color: #D8538C;
}
</style>