Shades of Sea Pink #DA8080
Tints of Sea Pink #DA8080
RGB
CMYK
RGB Variations
Color information
#DA8080 (or 0xDA8080) is known color: Sea Pink. HEX triplet: DA, 80 and 80. RGB value is (218,128,128). Sum of RGB (Red+Green+Blue) = 218+128+128=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8080 is #257F7F. Grayscale: #9B9B9B. Windows color (decimal): -2457472 or 8421594. OLE color: 8421594.
HSL color Cylindrical-coordinate representation of color #DA8080: hue angle of 0º 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 #DA8080 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 128 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.15 |
| HSL | 0º | 0.55% | 0.68% | - |
| HSV(B) | 0º | 0.41% | 0.85% | - |
| XYZ | 40.53 | 31.9 | 24.44 | - |
| YUV | 154.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 128 | 0 | 0.41 | 0.41 | 0.15 | 0 | 0.55 | 0.68 |
| Hex | DA | 80 | 80 | 0 | 29 | 29 | F | 0 | 37 | 44 |
| Octal | 332 | 200 | 200 | 0 | 51 | 51 | 17 | 0 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10000000 | 0 | 101001 | 101001 | 1111 | 0 | 110111 | 1000100 |
Color Harmonies of #DA8080
Complementary color
Monochromatic Colors of #DA8080
Black with #DA8080
Text Example
Text Example
White with #DA8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8080; }
p { color: rgb(218,128,128); }
H1.HeaderClassName
{
color: #DA8080;
}
.AnyTagClassName
{
color: #DA8080;
}
</style>
background-color css
<style>
a { background-color: #DA8080; }
a { background-color: rgb(218,128,128); }
div.DivClassName
{
background-color: #DA8080;
}
.BgClassName
{
background-color: #DA8080;
}
</style>
border-color css
<style>
span { border-color: #DA8080; }
span { border-color: rgb(218,128,128); }
td.TdClassName
{
border-color: #DA8080;
}
.TagClassName
{
border-color: #DA8080;
}
</style>