Shades of Sea Pink #DA8885
Tints of Sea Pink #DA8885
RGB
CMYK
RGB Variations
Color information
#DA8885 (or 0xDA8885) is known color: Sea Pink. HEX triplet: DA, 88 and 85. RGB value is (218,136,133). Sum of RGB (Red+Green+Blue) = 218+136+133=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8885 is #25777A. Grayscale: #A0A0A0. Windows color (decimal): -2455419 or 8751322. OLE color: 8751322.
HSL color Cylindrical-coordinate representation of color #DA8885: hue angle of 2.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8885 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 133 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.15 |
| HSL | 2.12º | 0.53% | 0.69% | - |
| HSV(B) | 2.12º | 0.39% | 0.85% | - |
| XYZ | 41.95 | 34.21 | 26.58 | - |
| YUV | 160.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 133 | 0 | 0.38 | 0.39 | 0.15 | 2.12 | 0.53 | 0.69 |
| Hex | DA | 88 | 85 | 0 | 26 | 27 | F | 2 | 35 | 45 |
| Octal | 332 | 210 | 205 | 0 | 46 | 47 | 17 | 2 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10000101 | 0 | 100110 | 100111 | 1111 | 10 | 110101 | 1000101 |
Color Harmonies of #DA8885
Complementary color
Monochromatic Colors of #DA8885
Black with #DA8885
Text Example
Text Example
White with #DA8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8885; }
p { color: rgb(218,136,133); }
H1.HeaderClassName
{
color: #DA8885;
}
.AnyTagClassName
{
color: #DA8885;
}
</style>
background-color css
<style>
a { background-color: #DA8885; }
a { background-color: rgb(218,136,133); }
div.DivClassName
{
background-color: #DA8885;
}
.BgClassName
{
background-color: #DA8885;
}
</style>
border-color css
<style>
span { border-color: #DA8885; }
span { border-color: rgb(218,136,133); }
td.TdClassName
{
border-color: #DA8885;
}
.TagClassName
{
border-color: #DA8885;
}
</style>