Shades of Sea Pink #DA8884
Tints of Sea Pink #DA8884
RGB
CMYK
RGB Variations
Color information
#DA8884 (or 0xDA8884) is known color: Sea Pink. HEX triplet: DA, 88 and 84. RGB value is (218,136,132). Sum of RGB (Red+Green+Blue) = 218+136+132=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8884 is #25777B. Grayscale: #A0A0A0. Windows color (decimal): -2455420 or 8685786. OLE color: 8685786.
HSL color Cylindrical-coordinate representation of color #DA8884: hue angle of 2.79º degrees, saturation: 0.54, 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 #DA8884 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 132 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.15 |
| HSL | 2.79º | 0.54% | 0.69% | - |
| HSV(B) | 2.79º | 0.39% | 0.85% | - |
| XYZ | 41.88 | 34.18 | 26.22 | - |
| YUV | 160.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 132 | 0 | 0.38 | 0.39 | 0.15 | 2.79 | 0.54 | 0.69 |
| Hex | DA | 88 | 84 | 0 | 26 | 27 | F | 3 | 36 | 45 |
| Octal | 332 | 210 | 204 | 0 | 46 | 47 | 17 | 3 | 66 | 105 |
| Binary | 11011010 | 10001000 | 10000100 | 0 | 100110 | 100111 | 1111 | 11 | 110110 | 1000101 |
Color Harmonies of #DA8884
Complementary color
Monochromatic Colors of #DA8884
Black with #DA8884
Text Example
Text Example
White with #DA8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8884; }
p { color: rgb(218,136,132); }
H1.HeaderClassName
{
color: #DA8884;
}
.AnyTagClassName
{
color: #DA8884;
}
</style>
background-color css
<style>
a { background-color: #DA8884; }
a { background-color: rgb(218,136,132); }
div.DivClassName
{
background-color: #DA8884;
}
.BgClassName
{
background-color: #DA8884;
}
</style>
border-color css
<style>
span { border-color: #DA8884; }
span { border-color: rgb(218,136,132); }
td.TdClassName
{
border-color: #DA8884;
}
.TagClassName
{
border-color: #DA8884;
}
</style>