Shades of Dark Pink #DA5D88
Tints of Dark Pink #DA5D88
RGB
CMYK
RGB Variations
Color information
#DA5D88 (or 0xDA5D88) is known color: Dark Pink. HEX triplet: DA, 5D and 88. RGB value is (218,93,136). Sum of RGB (Red+Green+Blue) = 218+93+136=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D88 is #25A277. Grayscale: #878787. Windows color (decimal): -2466424 or 8936922. OLE color: 8936922.
HSL color Cylindrical-coordinate representation of color #DA5D88: hue angle of 339.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D88 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 136 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.15 |
| HSL | 339.36º | 0.63% | 0.61% | - |
| HSV(B) | 339.36º | 0.57% | 0.85% | - |
| XYZ | 37.27 | 24.51 | 26.06 | - |
| YUV | 135.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 136 | 0 | 0.57 | 0.38 | 0.15 | 339.36 | 0.63 | 0.61 |
| Hex | DA | 5D | 88 | 0 | 39 | 26 | F | 153 | 3F | 3D |
| Octal | 332 | 135 | 210 | 0 | 71 | 46 | 17 | 523 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10001000 | 0 | 111001 | 100110 | 1111 | 101010011 | 111111 | 111101 |
Color Harmonies of #DA5D88
Complementary color
Monochromatic Colors of #DA5D88
Black with #DA5D88
Text Example
Text Example
White with #DA5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D88; }
p { color: rgb(218,93,136); }
H1.HeaderClassName
{
color: #DA5D88;
}
.AnyTagClassName
{
color: #DA5D88;
}
</style>
background-color css
<style>
a { background-color: #DA5D88; }
a { background-color: rgb(218,93,136); }
div.DivClassName
{
background-color: #DA5D88;
}
.BgClassName
{
background-color: #DA5D88;
}
</style>
border-color css
<style>
span { border-color: #DA5D88; }
span { border-color: rgb(218,93,136); }
td.TdClassName
{
border-color: #DA5D88;
}
.TagClassName
{
border-color: #DA5D88;
}
</style>