Shades of Sea Pink #DA8686
Tints of Sea Pink #DA8686
RGB
CMYK
RGB Variations
Color information
#DA8686 (or 0xDA8686) is known color: Sea Pink. HEX triplet: DA, 86 and 86. RGB value is (218,134,134). Sum of RGB (Red+Green+Blue) = 218+134+134=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8686 is #257979. Grayscale: #9F9F9F. Windows color (decimal): -2455930 or 8816346. OLE color: 8816346.
HSL color Cylindrical-coordinate representation of color #DA8686: hue angle of 0º 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 #DA8686 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 134 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.15 |
| HSL | 0º | 0.53% | 0.69% | - |
| HSV(B) | 0º | 0.39% | 0.85% | - |
| XYZ | 41.74 | 33.68 | 26.85 | - |
| YUV | 159.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 134 | 0 | 0.39 | 0.39 | 0.15 | 0 | 0.53 | 0.69 |
| Hex | DA | 86 | 86 | 0 | 27 | 27 | F | 0 | 35 | 45 |
| Octal | 332 | 206 | 206 | 0 | 47 | 47 | 17 | 0 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10000110 | 0 | 100111 | 100111 | 1111 | 0 | 110101 | 1000101 |
Color Harmonies of #DA8686
Complementary color
Monochromatic Colors of #DA8686
Black with #DA8686
Text Example
Text Example
White with #DA8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8686; }
p { color: rgb(218,134,134); }
H1.HeaderClassName
{
color: #DA8686;
}
.AnyTagClassName
{
color: #DA8686;
}
</style>
background-color css
<style>
a { background-color: #DA8686; }
a { background-color: rgb(218,134,134); }
div.DivClassName
{
background-color: #DA8686;
}
.BgClassName
{
background-color: #DA8686;
}
</style>
border-color css
<style>
span { border-color: #DA8686; }
span { border-color: rgb(218,134,134); }
td.TdClassName
{
border-color: #DA8686;
}
.TagClassName
{
border-color: #DA8686;
}
</style>