Shades of Sea Pink #DA8181
Tints of Sea Pink #DA8181
RGB
CMYK
RGB Variations
Color information
#DA8181 (or 0xDA8181) is known color: Sea Pink. HEX triplet: DA, 81 and 81. RGB value is (218,129,129). Sum of RGB (Red+Green+Blue) = 218+129+129=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8181 is #257E7E. Grayscale: #9B9B9B. Windows color (decimal): -2457215 or 8487386. OLE color: 8487386.
HSL color Cylindrical-coordinate representation of color #DA8181: hue angle of 0º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8181 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 129 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.15 |
| HSL | 0º | 0.55% | 0.68% | - |
| HSV(B) | 0º | 0.41% | 0.85% | - |
| XYZ | 40.73 | 32.19 | 24.84 | - |
| YUV | 155.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 129 | 0 | 0.41 | 0.41 | 0.15 | 0 | 0.55 | 0.68 |
| Hex | DA | 81 | 81 | 0 | 29 | 29 | F | 0 | 37 | 44 |
| Octal | 332 | 201 | 201 | 0 | 51 | 51 | 17 | 0 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10000001 | 0 | 101001 | 101001 | 1111 | 0 | 110111 | 1000100 |
Color Harmonies of #DA8181
Complementary color
Monochromatic Colors of #DA8181
Black with #DA8181
Text Example
Text Example
White with #DA8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8181; }
p { color: rgb(218,129,129); }
H1.HeaderClassName
{
color: #DA8181;
}
.AnyTagClassName
{
color: #DA8181;
}
</style>
background-color css
<style>
a { background-color: #DA8181; }
a { background-color: rgb(218,129,129); }
div.DivClassName
{
background-color: #DA8181;
}
.BgClassName
{
background-color: #DA8181;
}
</style>
border-color css
<style>
span { border-color: #DA8181; }
span { border-color: rgb(218,129,129); }
td.TdClassName
{
border-color: #DA8181;
}
.TagClassName
{
border-color: #DA8181;
}
</style>