Shades of Sea Pink #DA8681
Tints of Sea Pink #DA8681
RGB
CMYK
RGB Variations
Color information
#DA8681 (or 0xDA8681) is known color: Sea Pink. HEX triplet: DA, 86 and 81. RGB value is (218,134,129). Sum of RGB (Red+Green+Blue) = 218+134+129=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8681 is #25797E. Grayscale: #9E9E9E. Windows color (decimal): -2455935 or 8488666. OLE color: 8488666.
HSL color Cylindrical-coordinate representation of color #DA8681: hue angle of 3.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8681 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 129 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.15 |
| HSL | 3.37º | 0.55% | 0.68% | - |
| HSV(B) | 3.37º | 0.41% | 0.85% | - |
| XYZ | 41.4 | 33.54 | 25.06 | - |
| YUV | 158.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 129 | 0 | 0.39 | 0.41 | 0.15 | 3.37 | 0.55 | 0.68 |
| Hex | DA | 86 | 81 | 0 | 27 | 29 | F | 3 | 37 | 44 |
| Octal | 332 | 206 | 201 | 0 | 47 | 51 | 17 | 3 | 67 | 104 |
| Binary | 11011010 | 10000110 | 10000001 | 0 | 100111 | 101001 | 1111 | 11 | 110111 | 1000100 |
Color Harmonies of #DA8681
Complementary color
Monochromatic Colors of #DA8681
Black with #DA8681
Text Example
Text Example
White with #DA8681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8681; }
p { color: rgb(218,134,129); }
H1.HeaderClassName
{
color: #DA8681;
}
.AnyTagClassName
{
color: #DA8681;
}
</style>
background-color css
<style>
a { background-color: #DA8681; }
a { background-color: rgb(218,134,129); }
div.DivClassName
{
background-color: #DA8681;
}
.BgClassName
{
background-color: #DA8681;
}
</style>
border-color css
<style>
span { border-color: #DA8681; }
span { border-color: rgb(218,134,129); }
td.TdClassName
{
border-color: #DA8681;
}
.TagClassName
{
border-color: #DA8681;
}
</style>