Shades of Sea Pink #DA807F
Tints of Sea Pink #DA807F
RGB
CMYK
RGB Variations
Color information
#DA807F (or 0xDA807F) is known color: Sea Pink. HEX triplet: DA, 80 and 7F. RGB value is (218,128,127). Sum of RGB (Red+Green+Blue) = 218+128+127=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807F is #257F80. Grayscale: #9A9A9A. Windows color (decimal): -2457473 or 8356058. OLE color: 8356058.
HSL color Cylindrical-coordinate representation of color #DA807F: hue angle of 0.66º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA807F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 127 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.15 |
| HSL | 0.66º | 0.55% | 0.68% | - |
| HSV(B) | 0.66º | 0.42% | 0.85% | - |
| XYZ | 40.46 | 31.88 | 24.1 | - |
| YUV | 154.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 127 | 0 | 0.41 | 0.42 | 0.15 | 0.66 | 0.55 | 0.68 |
| Hex | DA | 80 | 7F | 0 | 29 | 2A | F | 1 | 37 | 44 |
| Octal | 332 | 200 | 177 | 0 | 51 | 52 | 17 | 1 | 67 | 104 |
| Binary | 11011010 | 10000000 | 1111111 | 0 | 101001 | 101010 | 1111 | 1 | 110111 | 1000100 |
Color Harmonies of #DA807F
Complementary color
Monochromatic Colors of #DA807F
Black with #DA807F
Text Example
Text Example
White with #DA807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA807F; }
p { color: rgb(218,128,127); }
H1.HeaderClassName
{
color: #DA807F;
}
.AnyTagClassName
{
color: #DA807F;
}
</style>
background-color css
<style>
a { background-color: #DA807F; }
a { background-color: rgb(218,128,127); }
div.DivClassName
{
background-color: #DA807F;
}
.BgClassName
{
background-color: #DA807F;
}
</style>
border-color css
<style>
span { border-color: #DA807F; }
span { border-color: rgb(218,128,127); }
td.TdClassName
{
border-color: #DA807F;
}
.TagClassName
{
border-color: #DA807F;
}
</style>