Shades of Sea Pink #DA8582
Tints of Sea Pink #DA8582
RGB
CMYK
RGB Variations
Color information
#DA8582 (or 0xDA8582) is known color: Sea Pink. HEX triplet: DA, 85 and 82. RGB value is (218,133,130). Sum of RGB (Red+Green+Blue) = 218+133+130=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8582 is #257A7D. Grayscale: #9E9E9E. Windows color (decimal): -2456190 or 8553946. OLE color: 8553946.
HSL color Cylindrical-coordinate representation of color #DA8582: hue angle of 2.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8582 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 130 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.15 |
| HSL | 2.05º | 0.54% | 0.68% | - |
| HSV(B) | 2.05º | 0.4% | 0.85% | - |
| XYZ | 41.33 | 33.29 | 25.37 | - |
| YUV | 158.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 130 | 0 | 0.39 | 0.40 | 0.15 | 2.05 | 0.54 | 0.68 |
| Hex | DA | 85 | 82 | 0 | 27 | 28 | F | 2 | 36 | 44 |
| Octal | 332 | 205 | 202 | 0 | 47 | 50 | 17 | 2 | 66 | 104 |
| Binary | 11011010 | 10000101 | 10000010 | 0 | 100111 | 101000 | 1111 | 10 | 110110 | 1000100 |
Color Harmonies of #DA8582
Complementary color
Monochromatic Colors of #DA8582
Black with #DA8582
Text Example
Text Example
White with #DA8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8582; }
p { color: rgb(218,133,130); }
H1.HeaderClassName
{
color: #DA8582;
}
.AnyTagClassName
{
color: #DA8582;
}
</style>
background-color css
<style>
a { background-color: #DA8582; }
a { background-color: rgb(218,133,130); }
div.DivClassName
{
background-color: #DA8582;
}
.BgClassName
{
background-color: #DA8582;
}
</style>
border-color css
<style>
span { border-color: #DA8582; }
span { border-color: rgb(218,133,130); }
td.TdClassName
{
border-color: #DA8582;
}
.TagClassName
{
border-color: #DA8582;
}
</style>