Shades of Sea Pink #DA7A77
Tints of Sea Pink #DA7A77
RGB
CMYK
RGB Variations
Color information
#DA7A77 (or 0xDA7A77) is known color: Sea Pink. HEX triplet: DA, 7A and 77. RGB value is (218,122,119). Sum of RGB (Red+Green+Blue) = 218+122+119=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A77 is #258588. Grayscale: #969696. Windows color (decimal): -2459017 or 7830234. OLE color: 7830234.
HSL color Cylindrical-coordinate representation of color #DA7A77: hue angle of 1.82º 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 #DA7A77 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 119 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.15 |
| HSL | 1.82º | 0.57% | 0.66% | - |
| HSV(B) | 1.82º | 0.45% | 0.85% | - |
| XYZ | 39.2 | 30.16 | 21.21 | - |
| YUV | 150.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 119 | 0 | 0.44 | 0.45 | 0.15 | 1.82 | 0.57 | 0.66 |
| Hex | DA | 7A | 77 | 0 | 2C | 2D | F | 2 | 39 | 42 |
| Octal | 332 | 172 | 167 | 0 | 54 | 55 | 17 | 2 | 71 | 102 |
| Binary | 11011010 | 1111010 | 1110111 | 0 | 101100 | 101101 | 1111 | 10 | 111001 | 1000010 |
Color Harmonies of #DA7A77
Complementary color
Monochromatic Colors of #DA7A77
Black with #DA7A77
Text Example
Text Example
White with #DA7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A77; }
p { color: rgb(218,122,119); }
H1.HeaderClassName
{
color: #DA7A77;
}
.AnyTagClassName
{
color: #DA7A77;
}
</style>
background-color css
<style>
a { background-color: #DA7A77; }
a { background-color: rgb(218,122,119); }
div.DivClassName
{
background-color: #DA7A77;
}
.BgClassName
{
background-color: #DA7A77;
}
</style>
border-color css
<style>
span { border-color: #DA7A77; }
span { border-color: rgb(218,122,119); }
td.TdClassName
{
border-color: #DA7A77;
}
.TagClassName
{
border-color: #DA7A77;
}
</style>