Shades of Sea Pink #DA807D
Tints of Sea Pink #DA807D
RGB
CMYK
RGB Variations
Color information
#DA807D (or 0xDA807D) is known color: Sea Pink. HEX triplet: DA, 80 and 7D. RGB value is (218,128,125). Sum of RGB (Red+Green+Blue) = 218+128+125=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807D is #257F82. Grayscale: #9A9A9A. Windows color (decimal): -2457475 or 8224986. OLE color: 8224986.
HSL color Cylindrical-coordinate representation of color #DA807D: hue angle of 1.94º 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 #DA807D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 125 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.15 |
| HSL | 1.94º | 0.56% | 0.67% | - |
| HSV(B) | 1.94º | 0.43% | 0.85% | - |
| XYZ | 40.33 | 31.82 | 23.42 | - |
| YUV | 154.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 125 | 0 | 0.41 | 0.43 | 0.15 | 1.94 | 0.56 | 0.67 |
| Hex | DA | 80 | 7D | 0 | 29 | 2B | F | 2 | 38 | 43 |
| Octal | 332 | 200 | 175 | 0 | 51 | 53 | 17 | 2 | 70 | 103 |
| Binary | 11011010 | 10000000 | 1111101 | 0 | 101001 | 101011 | 1111 | 10 | 111000 | 1000011 |
Color Harmonies of #DA807D
Complementary color
Monochromatic Colors of #DA807D
Black with #DA807D
Text Example
Text Example
White with #DA807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA807D; }
p { color: rgb(218,128,125); }
H1.HeaderClassName
{
color: #DA807D;
}
.AnyTagClassName
{
color: #DA807D;
}
</style>
background-color css
<style>
a { background-color: #DA807D; }
a { background-color: rgb(218,128,125); }
div.DivClassName
{
background-color: #DA807D;
}
.BgClassName
{
background-color: #DA807D;
}
</style>
border-color css
<style>
span { border-color: #DA807D; }
span { border-color: rgb(218,128,125); }
td.TdClassName
{
border-color: #DA807D;
}
.TagClassName
{
border-color: #DA807D;
}
</style>