Shades of Sea Pink #DA817E
Tints of Sea Pink #DA817E
RGB
CMYK
RGB Variations
Color information
#DA817E (or 0xDA817E) is known color: Sea Pink. HEX triplet: DA, 81 and 7E. RGB value is (218,129,126). Sum of RGB (Red+Green+Blue) = 218+129+126=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA817E is #257E81. Grayscale: #9B9B9B. Windows color (decimal): -2457218 or 8290778. OLE color: 8290778.
HSL color Cylindrical-coordinate representation of color #DA817E: hue angle of 1.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA817E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 126 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.15 |
| HSL | 1.96º | 0.55% | 0.67% | - |
| HSV(B) | 1.96º | 0.42% | 0.85% | - |
| XYZ | 40.53 | 32.11 | 23.8 | - |
| YUV | 155.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 126 | 0 | 0.41 | 0.42 | 0.15 | 1.96 | 0.55 | 0.67 |
| Hex | DA | 81 | 7E | 0 | 29 | 2A | F | 2 | 37 | 43 |
| Octal | 332 | 201 | 176 | 0 | 51 | 52 | 17 | 2 | 67 | 103 |
| Binary | 11011010 | 10000001 | 1111110 | 0 | 101001 | 101010 | 1111 | 10 | 110111 | 1000011 |
Color Harmonies of #DA817E
Complementary color
Monochromatic Colors of #DA817E
Black with #DA817E
Text Example
Text Example
White with #DA817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA817E; }
p { color: rgb(218,129,126); }
H1.HeaderClassName
{
color: #DA817E;
}
.AnyTagClassName
{
color: #DA817E;
}
</style>
background-color css
<style>
a { background-color: #DA817E; }
a { background-color: rgb(218,129,126); }
div.DivClassName
{
background-color: #DA817E;
}
.BgClassName
{
background-color: #DA817E;
}
</style>
border-color css
<style>
span { border-color: #DA817E; }
span { border-color: rgb(218,129,126); }
td.TdClassName
{
border-color: #DA817E;
}
.TagClassName
{
border-color: #DA817E;
}
</style>