Shades of Sea Pink #DA7B78
Tints of Sea Pink #DA7B78
RGB
CMYK
RGB Variations
Color information
#DA7B78 (or 0xDA7B78) is known color: Sea Pink. HEX triplet: DA, 7B and 78. RGB value is (218,123,120). Sum of RGB (Red+Green+Blue) = 218+123+120=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B78 is #258487. Grayscale: #979797. Windows color (decimal): -2458760 or 7896026. OLE color: 7896026.
HSL color Cylindrical-coordinate representation of color #DA7B78: hue angle of 1.84º 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 #DA7B78 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 120 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.15 |
| HSL | 1.84º | 0.57% | 0.66% | - |
| HSV(B) | 1.84º | 0.45% | 0.85% | - |
| XYZ | 39.39 | 30.43 | 21.57 | - |
| YUV | 151.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 120 | 0 | 0.44 | 0.45 | 0.15 | 1.84 | 0.57 | 0.66 |
| Hex | DA | 7B | 78 | 0 | 2C | 2D | F | 2 | 39 | 42 |
| Octal | 332 | 173 | 170 | 0 | 54 | 55 | 17 | 2 | 71 | 102 |
| Binary | 11011010 | 1111011 | 1111000 | 0 | 101100 | 101101 | 1111 | 10 | 111001 | 1000010 |
Color Harmonies of #DA7B78
Complementary color
Monochromatic Colors of #DA7B78
Black with #DA7B78
Text Example
Text Example
White with #DA7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B78; }
p { color: rgb(218,123,120); }
H1.HeaderClassName
{
color: #DA7B78;
}
.AnyTagClassName
{
color: #DA7B78;
}
</style>
background-color css
<style>
a { background-color: #DA7B78; }
a { background-color: rgb(218,123,120); }
div.DivClassName
{
background-color: #DA7B78;
}
.BgClassName
{
background-color: #DA7B78;
}
</style>
border-color css
<style>
span { border-color: #DA7B78; }
span { border-color: rgb(218,123,120); }
td.TdClassName
{
border-color: #DA7B78;
}
.TagClassName
{
border-color: #DA7B78;
}
</style>