Shades of Sea Pink #DA8781
Tints of Sea Pink #DA8781
RGB
CMYK
RGB Variations
Color information
#DA8781 (or 0xDA8781) is known color: Sea Pink. HEX triplet: DA, 87 and 81. RGB value is (218,135,129). Sum of RGB (Red+Green+Blue) = 218+135+129=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8781 is #25787E. Grayscale: #9F9F9F. Windows color (decimal): -2455679 or 8488922. OLE color: 8488922.
HSL color Cylindrical-coordinate representation of color #DA8781: hue angle of 4.04º 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 #DA8781 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 129 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.15 |
| HSL | 4.04º | 0.55% | 0.68% | - |
| HSV(B) | 4.04º | 0.41% | 0.85% | - |
| XYZ | 41.54 | 33.82 | 25.11 | - |
| YUV | 159.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 129 | 0 | 0.38 | 0.41 | 0.15 | 4.04 | 0.55 | 0.68 |
| Hex | DA | 87 | 81 | 0 | 26 | 29 | F | 4 | 37 | 44 |
| Octal | 332 | 207 | 201 | 0 | 46 | 51 | 17 | 4 | 67 | 104 |
| Binary | 11011010 | 10000111 | 10000001 | 0 | 100110 | 101001 | 1111 | 100 | 110111 | 1000100 |
Color Harmonies of #DA8781
Complementary color
Monochromatic Colors of #DA8781
Black with #DA8781
Text Example
Text Example
White with #DA8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8781; }
p { color: rgb(218,135,129); }
H1.HeaderClassName
{
color: #DA8781;
}
.AnyTagClassName
{
color: #DA8781;
}
</style>
background-color css
<style>
a { background-color: #DA8781; }
a { background-color: rgb(218,135,129); }
div.DivClassName
{
background-color: #DA8781;
}
.BgClassName
{
background-color: #DA8781;
}
</style>
border-color css
<style>
span { border-color: #DA8781; }
span { border-color: rgb(218,135,129); }
td.TdClassName
{
border-color: #DA8781;
}
.TagClassName
{
border-color: #DA8781;
}
</style>