Shades of Dark Pink #D8598A
Tints of Dark Pink #D8598A
RGB
CMYK
RGB Variations
Color information
#D8598A (or 0xD8598A) is known color: Dark Pink. HEX triplet: D8, 59 and 8A. RGB value is (216,89,138). Sum of RGB (Red+Green+Blue) = 216+89+138=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8598A is #27A675. Grayscale: #848484. Windows color (decimal): -2598518 or 9066968. OLE color: 9066968.
HSL color Cylindrical-coordinate representation of color #D8598A: hue angle of 336.85º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8598A is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 138 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.15 |
| HSL | 336.85º | 0.62% | 0.6% | - |
| HSV(B) | 336.85º | 0.59% | 0.85% | - |
| XYZ | 36.48 | 23.58 | 26.67 | - |
| YUV | 132.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 138 | 0 | 0.59 | 0.36 | 0.15 | 336.85 | 0.62 | 0.6 |
| Hex | D8 | 59 | 8A | 0 | 3B | 24 | F | 151 | 3E | 3C |
| Octal | 330 | 131 | 212 | 0 | 73 | 44 | 17 | 521 | 76 | 74 |
| Binary | 11011000 | 1011001 | 10001010 | 0 | 111011 | 100100 | 1111 | 101010001 | 111110 | 111100 |
Color Harmonies of #D8598A
Complementary color
Monochromatic Colors of #D8598A
Black with #D8598A
Text Example
Text Example
White with #D8598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8598A; }
p { color: rgb(216,89,138); }
H1.HeaderClassName
{
color: #D8598A;
}
.AnyTagClassName
{
color: #D8598A;
}
</style>
background-color css
<style>
a { background-color: #D8598A; }
a { background-color: rgb(216,89,138); }
div.DivClassName
{
background-color: #D8598A;
}
.BgClassName
{
background-color: #D8598A;
}
</style>
border-color css
<style>
span { border-color: #D8598A; }
span { border-color: rgb(216,89,138); }
td.TdClassName
{
border-color: #D8598A;
}
.TagClassName
{
border-color: #D8598A;
}
</style>