Shades of Sea Pink #DA857E
Tints of Sea Pink #DA857E
RGB
CMYK
RGB Variations
Color information
#DA857E (or 0xDA857E) is known color: Sea Pink. HEX triplet: DA, 85 and 7E. RGB value is (218,133,126). Sum of RGB (Red+Green+Blue) = 218+133+126=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857E is #257A81. Grayscale: #9D9D9D. Windows color (decimal): -2456194 or 8291802. OLE color: 8291802.
HSL color Cylindrical-coordinate representation of color #DA857E: hue angle of 4.57º 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 #DA857E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 126 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.15 |
| HSL | 4.57º | 0.55% | 0.67% | - |
| HSV(B) | 4.57º | 0.42% | 0.85% | - |
| XYZ | 41.07 | 33.19 | 23.98 | - |
| YUV | 157.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 126 | 0 | 0.39 | 0.42 | 0.15 | 4.57 | 0.55 | 0.67 |
| Hex | DA | 85 | 7E | 0 | 27 | 2A | F | 5 | 37 | 43 |
| Octal | 332 | 205 | 176 | 0 | 47 | 52 | 17 | 5 | 67 | 103 |
| Binary | 11011010 | 10000101 | 1111110 | 0 | 100111 | 101010 | 1111 | 101 | 110111 | 1000011 |
Color Harmonies of #DA857E
Complementary color
Monochromatic Colors of #DA857E
Black with #DA857E
Text Example
Text Example
White with #DA857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA857E; }
p { color: rgb(218,133,126); }
H1.HeaderClassName
{
color: #DA857E;
}
.AnyTagClassName
{
color: #DA857E;
}
</style>
background-color css
<style>
a { background-color: #DA857E; }
a { background-color: rgb(218,133,126); }
div.DivClassName
{
background-color: #DA857E;
}
.BgClassName
{
background-color: #DA857E;
}
</style>
border-color css
<style>
span { border-color: #DA857E; }
span { border-color: rgb(218,133,126); }
td.TdClassName
{
border-color: #DA857E;
}
.TagClassName
{
border-color: #DA857E;
}
</style>