Shades of Sea Pink #DA7877
Tints of Sea Pink #DA7877
RGB
CMYK
RGB Variations
Color information
#DA7877 (or 0xDA7877) is known color: Sea Pink. HEX triplet: DA, 78 and 77. RGB value is (218,120,119). Sum of RGB (Red+Green+Blue) = 218+120+119=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7877 is #258788. Grayscale: #959595. Windows color (decimal): -2459529 or 7829722. OLE color: 7829722.
HSL color Cylindrical-coordinate representation of color #DA7877: hue angle of 0.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7877 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 119 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.15 |
| HSL | 0.61º | 0.57% | 0.66% | - |
| HSV(B) | 0.61º | 0.45% | 0.85% | - |
| XYZ | 38.96 | 29.67 | 21.13 | - |
| YUV | 149.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 119 | 0 | 0.45 | 0.45 | 0.15 | 0.61 | 0.57 | 0.66 |
| Hex | DA | 78 | 77 | 0 | 2D | 2D | F | 1 | 39 | 42 |
| Octal | 332 | 170 | 167 | 0 | 55 | 55 | 17 | 1 | 71 | 102 |
| Binary | 11011010 | 1111000 | 1110111 | 0 | 101101 | 101101 | 1111 | 1 | 111001 | 1000010 |
Color Harmonies of #DA7877
Complementary color
Monochromatic Colors of #DA7877
Black with #DA7877
Text Example
Text Example
White with #DA7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7877; }
p { color: rgb(218,120,119); }
H1.HeaderClassName
{
color: #DA7877;
}
.AnyTagClassName
{
color: #DA7877;
}
</style>
background-color css
<style>
a { background-color: #DA7877; }
a { background-color: rgb(218,120,119); }
div.DivClassName
{
background-color: #DA7877;
}
.BgClassName
{
background-color: #DA7877;
}
</style>
border-color css
<style>
span { border-color: #DA7877; }
span { border-color: rgb(218,120,119); }
td.TdClassName
{
border-color: #DA7877;
}
.TagClassName
{
border-color: #DA7877;
}
</style>