Shades of My Pink #DA8D88
Tints of My Pink #DA8D88
RGB
CMYK
RGB Variations
Color information
#DA8D88 (or 0xDA8D88) is known color: My Pink. HEX triplet: DA, 8D and 88. RGB value is (218,141,136). Sum of RGB (Red+Green+Blue) = 218+141+136=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D88 is #257277. Grayscale: #A3A3A3. Windows color (decimal): -2454136 or 8949210. OLE color: 8949210.
HSL color Cylindrical-coordinate representation of color #DA8D88: hue angle of 3.66º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8D88 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 136 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.15 |
| HSL | 3.66º | 0.53% | 0.69% | - |
| HSV(B) | 3.66º | 0.38% | 0.85% | - |
| XYZ | 42.88 | 35.73 | 27.93 | - |
| YUV | 163.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 136 | 0 | 0.35 | 0.38 | 0.15 | 3.66 | 0.53 | 0.69 |
| Hex | DA | 8D | 88 | 0 | 23 | 26 | F | 4 | 35 | 45 |
| Octal | 332 | 215 | 210 | 0 | 43 | 46 | 17 | 4 | 65 | 105 |
| Binary | 11011010 | 10001101 | 10001000 | 0 | 100011 | 100110 | 1111 | 100 | 110101 | 1000101 |
Color Harmonies of #DA8D88
Complementary color
Monochromatic Colors of #DA8D88
Black with #DA8D88
Text Example
Text Example
White with #DA8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D88; }
p { color: rgb(218,141,136); }
H1.HeaderClassName
{
color: #DA8D88;
}
.AnyTagClassName
{
color: #DA8D88;
}
</style>
background-color css
<style>
a { background-color: #DA8D88; }
a { background-color: rgb(218,141,136); }
div.DivClassName
{
background-color: #DA8D88;
}
.BgClassName
{
background-color: #DA8D88;
}
</style>
border-color css
<style>
span { border-color: #DA8D88; }
span { border-color: rgb(218,141,136); }
td.TdClassName
{
border-color: #DA8D88;
}
.TagClassName
{
border-color: #DA8D88;
}
</style>