Shades of My Pink #DA8B88
Tints of My Pink #DA8B88
RGB
CMYK
RGB Variations
Color information
#DA8B88 (or 0xDA8B88) is known color: My Pink. HEX triplet: DA, 8B and 88. RGB value is (218,139,136). Sum of RGB (Red+Green+Blue) = 218+139+136=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B88 is #257477. Grayscale: #A2A2A2. Windows color (decimal): -2454648 or 8948698. OLE color: 8948698.
HSL color Cylindrical-coordinate representation of color #DA8B88: hue angle of 2.2º 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 #DA8B88 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 136 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.15 |
| HSL | 2.2º | 0.53% | 0.69% | - |
| HSV(B) | 2.2º | 0.38% | 0.85% | - |
| XYZ | 42.59 | 35.15 | 27.83 | - |
| YUV | 162.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 136 | 0 | 0.36 | 0.38 | 0.15 | 2.2 | 0.53 | 0.69 |
| Hex | DA | 8B | 88 | 0 | 24 | 26 | F | 2 | 35 | 45 |
| Octal | 332 | 213 | 210 | 0 | 44 | 46 | 17 | 2 | 65 | 105 |
| Binary | 11011010 | 10001011 | 10001000 | 0 | 100100 | 100110 | 1111 | 10 | 110101 | 1000101 |
Color Harmonies of #DA8B88
Complementary color
Monochromatic Colors of #DA8B88
Black with #DA8B88
Text Example
Text Example
White with #DA8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B88; }
p { color: rgb(218,139,136); }
H1.HeaderClassName
{
color: #DA8B88;
}
.AnyTagClassName
{
color: #DA8B88;
}
</style>
background-color css
<style>
a { background-color: #DA8B88; }
a { background-color: rgb(218,139,136); }
div.DivClassName
{
background-color: #DA8B88;
}
.BgClassName
{
background-color: #DA8B88;
}
</style>
border-color css
<style>
span { border-color: #DA8B88; }
span { border-color: rgb(218,139,136); }
td.TdClassName
{
border-color: #DA8B88;
}
.TagClassName
{
border-color: #DA8B88;
}
</style>