Shades of Dark Pink #D75E88
Tints of Dark Pink #D75E88
RGB
CMYK
RGB Variations
Color information
#D75E88 (or 0xD75E88) is known color: Dark Pink. HEX triplet: D7, 5E and 88. RGB value is (215,94,136). Sum of RGB (Red+Green+Blue) = 215+94+136=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E88 is #28A177. Grayscale: #868686. Windows color (decimal): -2662776 or 8937175. OLE color: 8937175.
HSL color Cylindrical-coordinate representation of color #D75E88: hue angle of 339.17º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E88 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 136 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.16 |
| HSL | 339.17º | 0.6% | 0.61% | - |
| HSV(B) | 339.17º | 0.56% | 0.84% | - |
| XYZ | 36.47 | 24.23 | 26.05 | - |
| YUV | 134.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 136 | 0 | 0.56 | 0.37 | 0.16 | 339.17 | 0.6 | 0.61 |
| Hex | D7 | 5E | 88 | 0 | 38 | 25 | 10 | 153 | 3C | 3D |
| Octal | 327 | 136 | 210 | 0 | 70 | 45 | 20 | 523 | 74 | 75 |
| Binary | 11010111 | 1011110 | 10001000 | 0 | 111000 | 100101 | 10000 | 101010011 | 111100 | 111101 |
Color Harmonies of #D75E88
Complementary color
Monochromatic Colors of #D75E88
Black with #D75E88
Text Example
Text Example
White with #D75E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E88; }
p { color: rgb(215,94,136); }
H1.HeaderClassName
{
color: #D75E88;
}
.AnyTagClassName
{
color: #D75E88;
}
</style>
background-color css
<style>
a { background-color: #D75E88; }
a { background-color: rgb(215,94,136); }
div.DivClassName
{
background-color: #D75E88;
}
.BgClassName
{
background-color: #D75E88;
}
</style>
border-color css
<style>
span { border-color: #D75E88; }
span { border-color: rgb(215,94,136); }
td.TdClassName
{
border-color: #D75E88;
}
.TagClassName
{
border-color: #D75E88;
}
</style>