Shades of Sea Pink #DA7C7B
Tints of Sea Pink #DA7C7B
RGB
CMYK
RGB Variations
Color information
#DA7C7B (or 0xDA7C7B) is known color: Sea Pink. HEX triplet: DA, 7C and 7B. RGB value is (218,124,123). Sum of RGB (Red+Green+Blue) = 218+124+123=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C7B is #258384. Grayscale: #989898. Windows color (decimal): -2458501 or 8092890. OLE color: 8092890.
HSL color Cylindrical-coordinate representation of color #DA7C7B: hue angle of 0.63º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7C7B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 123 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.15 |
| HSL | 0.63º | 0.56% | 0.67% | - |
| HSV(B) | 0.63º | 0.44% | 0.85% | - |
| XYZ | 39.7 | 30.75 | 22.58 | - |
| YUV | 151.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 123 | 0 | 0.43 | 0.44 | 0.15 | 0.63 | 0.56 | 0.67 |
| Hex | DA | 7C | 7B | 0 | 2B | 2C | F | 1 | 38 | 43 |
| Octal | 332 | 174 | 173 | 0 | 53 | 54 | 17 | 1 | 70 | 103 |
| Binary | 11011010 | 1111100 | 1111011 | 0 | 101011 | 101100 | 1111 | 1 | 111000 | 1000011 |
Color Harmonies of #DA7C7B
Complementary color
Monochromatic Colors of #DA7C7B
Black with #DA7C7B
Text Example
Text Example
White with #DA7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C7B; }
p { color: rgb(218,124,123); }
H1.HeaderClassName
{
color: #DA7C7B;
}
.AnyTagClassName
{
color: #DA7C7B;
}
</style>
background-color css
<style>
a { background-color: #DA7C7B; }
a { background-color: rgb(218,124,123); }
div.DivClassName
{
background-color: #DA7C7B;
}
.BgClassName
{
background-color: #DA7C7B;
}
</style>
border-color css
<style>
span { border-color: #DA7C7B; }
span { border-color: rgb(218,124,123); }
td.TdClassName
{
border-color: #DA7C7B;
}
.TagClassName
{
border-color: #DA7C7B;
}
</style>