Shades of Sea Pink #DA8887
Tints of Sea Pink #DA8887
RGB
CMYK
RGB Variations
Color information
#DA8887 (or 0xDA8887) is known color: Sea Pink. HEX triplet: DA, 88 and 87. RGB value is (218,136,135). Sum of RGB (Red+Green+Blue) = 218+136+135=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8887 is #257778. Grayscale: #A0A0A0. Windows color (decimal): -2455417 or 8882394. OLE color: 8882394.
HSL color Cylindrical-coordinate representation of color #DA8887: hue angle of 0.72º 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 #DA8887 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 135 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.15 |
| HSL | 0.72º | 0.53% | 0.69% | - |
| HSV(B) | 0.72º | 0.38% | 0.85% | - |
| XYZ | 42.09 | 34.26 | 27.32 | - |
| YUV | 160.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 135 | 0 | 0.38 | 0.38 | 0.15 | 0.72 | 0.53 | 0.69 |
| Hex | DA | 88 | 87 | 0 | 26 | 26 | F | 1 | 35 | 45 |
| Octal | 332 | 210 | 207 | 0 | 46 | 46 | 17 | 1 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10000111 | 0 | 100110 | 100110 | 1111 | 1 | 110101 | 1000101 |
Color Harmonies of #DA8887
Complementary color
Monochromatic Colors of #DA8887
Black with #DA8887
Text Example
Text Example
White with #DA8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8887; }
p { color: rgb(218,136,135); }
H1.HeaderClassName
{
color: #DA8887;
}
.AnyTagClassName
{
color: #DA8887;
}
</style>
background-color css
<style>
a { background-color: #DA8887; }
a { background-color: rgb(218,136,135); }
div.DivClassName
{
background-color: #DA8887;
}
.BgClassName
{
background-color: #DA8887;
}
</style>
border-color css
<style>
span { border-color: #DA8887; }
span { border-color: rgb(218,136,135); }
td.TdClassName
{
border-color: #DA8887;
}
.TagClassName
{
border-color: #DA8887;
}
</style>