Shades of Dark Pink #D75D88
Tints of Dark Pink #D75D88
RGB
CMYK
RGB Variations
Color information
#D75D88 (or 0xD75D88) is known color: Dark Pink. HEX triplet: D7, 5D and 88. RGB value is (215,93,136). Sum of RGB (Red+Green+Blue) = 215+93+136=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D88 is #28A277. Grayscale: #868686. Windows color (decimal): -2663032 or 8936919. OLE color: 8936919.
HSL color Cylindrical-coordinate representation of color #D75D88: hue angle of 338.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75D88 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 136 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.16 |
| HSL | 338.85º | 0.6% | 0.6% | - |
| HSV(B) | 338.85º | 0.57% | 0.84% | - |
| XYZ | 36.38 | 24.05 | 26.02 | - |
| YUV | 134.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 136 | 0 | 0.57 | 0.37 | 0.16 | 338.85 | 0.6 | 0.6 |
| Hex | D7 | 5D | 88 | 0 | 39 | 25 | 10 | 153 | 3C | 3C |
| Octal | 327 | 135 | 210 | 0 | 71 | 45 | 20 | 523 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10001000 | 0 | 111001 | 100101 | 10000 | 101010011 | 111100 | 111100 |
Color Harmonies of #D75D88
Complementary color
Monochromatic Colors of #D75D88
Black with #D75D88
Text Example
Text Example
White with #D75D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D88; }
p { color: rgb(215,93,136); }
H1.HeaderClassName
{
color: #D75D88;
}
.AnyTagClassName
{
color: #D75D88;
}
</style>
background-color css
<style>
a { background-color: #D75D88; }
a { background-color: rgb(215,93,136); }
div.DivClassName
{
background-color: #D75D88;
}
.BgClassName
{
background-color: #D75D88;
}
</style>
border-color css
<style>
span { border-color: #D75D88; }
span { border-color: rgb(215,93,136); }
td.TdClassName
{
border-color: #D75D88;
}
.TagClassName
{
border-color: #D75D88;
}
</style>