Shades of Sea Pink #DA7A76
Tints of Sea Pink #DA7A76
RGB
CMYK
RGB Variations
Color information
#DA7A76 (or 0xDA7A76) is known color: Sea Pink. HEX triplet: DA, 7A and 76. RGB value is (218,122,118). Sum of RGB (Red+Green+Blue) = 218+122+118=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A76 is #258589. Grayscale: #969696. Windows color (decimal): -2459018 or 7764698. OLE color: 7764698.
HSL color Cylindrical-coordinate representation of color #DA7A76: hue angle of 2.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7A76 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 118 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.15 |
| HSL | 2.4º | 0.57% | 0.66% | - |
| HSV(B) | 2.4º | 0.46% | 0.85% | - |
| XYZ | 39.14 | 30.13 | 20.89 | - |
| YUV | 150.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 118 | 0 | 0.44 | 0.46 | 0.15 | 2.4 | 0.57 | 0.66 |
| Hex | DA | 7A | 76 | 0 | 2C | 2E | F | 2 | 39 | 42 |
| Octal | 332 | 172 | 166 | 0 | 54 | 56 | 17 | 2 | 71 | 102 |
| Binary | 11011010 | 1111010 | 1110110 | 0 | 101100 | 101110 | 1111 | 10 | 111001 | 1000010 |
Color Harmonies of #DA7A76
Complementary color
Monochromatic Colors of #DA7A76
Black with #DA7A76
Text Example
Text Example
White with #DA7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A76; }
p { color: rgb(218,122,118); }
H1.HeaderClassName
{
color: #DA7A76;
}
.AnyTagClassName
{
color: #DA7A76;
}
</style>
background-color css
<style>
a { background-color: #DA7A76; }
a { background-color: rgb(218,122,118); }
div.DivClassName
{
background-color: #DA7A76;
}
.BgClassName
{
background-color: #DA7A76;
}
</style>
border-color css
<style>
span { border-color: #DA7A76; }
span { border-color: rgb(218,122,118); }
td.TdClassName
{
border-color: #DA7A76;
}
.TagClassName
{
border-color: #DA7A76;
}
</style>