Shades of Sea Pink #DA807A
Tints of Sea Pink #DA807A
RGB
CMYK
RGB Variations
Color information
#DA807A (or 0xDA807A) is known color: Sea Pink. HEX triplet: DA, 80 and 7A. RGB value is (218,128,122). Sum of RGB (Red+Green+Blue) = 218+128+122=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807A is #257F85. Grayscale: #9A9A9A. Windows color (decimal): -2457478 or 8028378. OLE color: 8028378.
HSL color Cylindrical-coordinate representation of color #DA807A: hue angle of 3.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA807A is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 122 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.15 |
| HSL | 3.75º | 0.56% | 0.67% | - |
| HSV(B) | 3.75º | 0.44% | 0.85% | - |
| XYZ | 40.15 | 31.75 | 22.42 | - |
| YUV | 154.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 122 | 0 | 0.41 | 0.44 | 0.15 | 3.75 | 0.56 | 0.67 |
| Hex | DA | 80 | 7A | 0 | 29 | 2C | F | 4 | 38 | 43 |
| Octal | 332 | 200 | 172 | 0 | 51 | 54 | 17 | 4 | 70 | 103 |
| Binary | 11011010 | 10000000 | 1111010 | 0 | 101001 | 101100 | 1111 | 100 | 111000 | 1000011 |
Color Harmonies of #DA807A
Complementary color
Monochromatic Colors of #DA807A
Black with #DA807A
Text Example
Text Example
White with #DA807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA807A; }
p { color: rgb(218,128,122); }
H1.HeaderClassName
{
color: #DA807A;
}
.AnyTagClassName
{
color: #DA807A;
}
</style>
background-color css
<style>
a { background-color: #DA807A; }
a { background-color: rgb(218,128,122); }
div.DivClassName
{
background-color: #DA807A;
}
.BgClassName
{
background-color: #DA807A;
}
</style>
border-color css
<style>
span { border-color: #DA807A; }
span { border-color: rgb(218,128,122); }
td.TdClassName
{
border-color: #DA807A;
}
.TagClassName
{
border-color: #DA807A;
}
</style>