Shades of Sea Pink #DA7F7D
Tints of Sea Pink #DA7F7D
RGB
CMYK
RGB Variations
Color information
#DA7F7D (or 0xDA7F7D) is known color: Sea Pink. HEX triplet: DA, 7F and 7D. RGB value is (218,127,125). Sum of RGB (Red+Green+Blue) = 218+127+125=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F7D is #258082. Grayscale: #9A9A9A. Windows color (decimal): -2457731 or 8224730. OLE color: 8224730.
HSL color Cylindrical-coordinate representation of color #DA7F7D: hue angle of 1.29º 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 #DA7F7D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 125 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.15 |
| HSL | 1.29º | 0.56% | 0.67% | - |
| HSV(B) | 1.29º | 0.43% | 0.85% | - |
| XYZ | 40.2 | 31.56 | 23.38 | - |
| YUV | 153.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 125 | 0 | 0.42 | 0.43 | 0.15 | 1.29 | 0.56 | 0.67 |
| Hex | DA | 7F | 7D | 0 | 2A | 2B | F | 1 | 38 | 43 |
| Octal | 332 | 177 | 175 | 0 | 52 | 53 | 17 | 1 | 70 | 103 |
| Binary | 11011010 | 1111111 | 1111101 | 0 | 101010 | 101011 | 1111 | 1 | 111000 | 1000011 |
Color Harmonies of #DA7F7D
Complementary color
Monochromatic Colors of #DA7F7D
Black with #DA7F7D
Text Example
Text Example
White with #DA7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F7D; }
p { color: rgb(218,127,125); }
H1.HeaderClassName
{
color: #DA7F7D;
}
.AnyTagClassName
{
color: #DA7F7D;
}
</style>
background-color css
<style>
a { background-color: #DA7F7D; }
a { background-color: rgb(218,127,125); }
div.DivClassName
{
background-color: #DA7F7D;
}
.BgClassName
{
background-color: #DA7F7D;
}
</style>
border-color css
<style>
span { border-color: #DA7F7D; }
span { border-color: rgb(218,127,125); }
td.TdClassName
{
border-color: #DA7F7D;
}
.TagClassName
{
border-color: #DA7F7D;
}
</style>