Shades of Sea Pink #DA807E
Tints of Sea Pink #DA807E
RGB
CMYK
RGB Variations
Color information
#DA807E (or 0xDA807E) is known color: Sea Pink. HEX triplet: DA, 80 and 7E. RGB value is (218,128,126). Sum of RGB (Red+Green+Blue) = 218+128+126=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807E is #257F81. Grayscale: #9A9A9A. Windows color (decimal): -2457474 or 8290522. OLE color: 8290522.
HSL color Cylindrical-coordinate representation of color #DA807E: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA807E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 126 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.15 |
| HSL | 1.3º | 0.55% | 0.67% | - |
| HSV(B) | 1.3º | 0.42% | 0.85% | - |
| XYZ | 40.4 | 31.85 | 23.76 | - |
| YUV | 154.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 126 | 0 | 0.41 | 0.42 | 0.15 | 1.3 | 0.55 | 0.67 |
| Hex | DA | 80 | 7E | 0 | 29 | 2A | F | 1 | 37 | 43 |
| Octal | 332 | 200 | 176 | 0 | 51 | 52 | 17 | 1 | 67 | 103 |
| Binary | 11011010 | 10000000 | 1111110 | 0 | 101001 | 101010 | 1111 | 1 | 110111 | 1000011 |
Color Harmonies of #DA807E
Complementary color
Monochromatic Colors of #DA807E
Black with #DA807E
Text Example
Text Example
White with #DA807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA807E; }
p { color: rgb(218,128,126); }
H1.HeaderClassName
{
color: #DA807E;
}
.AnyTagClassName
{
color: #DA807E;
}
</style>
background-color css
<style>
a { background-color: #DA807E; }
a { background-color: rgb(218,128,126); }
div.DivClassName
{
background-color: #DA807E;
}
.BgClassName
{
background-color: #DA807E;
}
</style>
border-color css
<style>
span { border-color: #DA807E; }
span { border-color: rgb(218,128,126); }
td.TdClassName
{
border-color: #DA807E;
}
.TagClassName
{
border-color: #DA807E;
}
</style>