Shades of Sea Pink #DA7D7C
Tints of Sea Pink #DA7D7C
RGB
CMYK
RGB Variations
Color information
#DA7D7C (or 0xDA7D7C) is known color: Sea Pink. HEX triplet: DA, 7D and 7C. RGB value is (218,125,124). Sum of RGB (Red+Green+Blue) = 218+125+124=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D7C is #258283. Grayscale: #989898. Windows color (decimal): -2458244 or 8158682. OLE color: 8158682.
HSL color Cylindrical-coordinate representation of color #DA7D7C: hue angle of 0.64º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7D7C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 124 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.15 |
| HSL | 0.64º | 0.56% | 0.67% | - |
| HSV(B) | 0.64º | 0.43% | 0.85% | - |
| XYZ | 39.89 | 31.03 | 22.96 | - |
| YUV | 152.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 124 | 0 | 0.43 | 0.43 | 0.15 | 0.64 | 0.56 | 0.67 |
| Hex | DA | 7D | 7C | 0 | 2B | 2B | F | 1 | 38 | 43 |
| Octal | 332 | 175 | 174 | 0 | 53 | 53 | 17 | 1 | 70 | 103 |
| Binary | 11011010 | 1111101 | 1111100 | 0 | 101011 | 101011 | 1111 | 1 | 111000 | 1000011 |
Color Harmonies of #DA7D7C
Complementary color
Monochromatic Colors of #DA7D7C
Black with #DA7D7C
Text Example
Text Example
White with #DA7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D7C; }
p { color: rgb(218,125,124); }
H1.HeaderClassName
{
color: #DA7D7C;
}
.AnyTagClassName
{
color: #DA7D7C;
}
</style>
background-color css
<style>
a { background-color: #DA7D7C; }
a { background-color: rgb(218,125,124); }
div.DivClassName
{
background-color: #DA7D7C;
}
.BgClassName
{
background-color: #DA7D7C;
}
</style>
border-color css
<style>
span { border-color: #DA7D7C; }
span { border-color: rgb(218,125,124); }
td.TdClassName
{
border-color: #DA7D7C;
}
.TagClassName
{
border-color: #DA7D7C;
}
</style>