Shades of Sea Pink #D78181
Tints of Sea Pink #D78181
RGB
CMYK
RGB Variations
Color information
#D78181 (or 0xD78181) is known color: Sea Pink. HEX triplet: D7, 81 and 81. RGB value is (215,129,129). Sum of RGB (Red+Green+Blue) = 215+129+129=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D78181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78181 is #287E7E. Grayscale: #9A9A9A. Windows color (decimal): -2653823 or 8487383. OLE color: 8487383.
HSL color Cylindrical-coordinate representation of color #D78181: hue angle of 0º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78181 is Cyan = 0, Magento = 0.4, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 129 | - |
| CMYK | 0 | 0.4 | 0.4 | 0.16 |
| HSL | 0º | 0.52% | 0.67% | - |
| HSV(B) | 0º | 0.4% | 0.84% | - |
| XYZ | 39.84 | 31.73 | 24.79 | - |
| YUV | 154.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 129 | 0 | 0.4 | 0.4 | 0.16 | 0 | 0.52 | 0.67 |
| Hex | D7 | 81 | 81 | 0 | 28 | 28 | 10 | 0 | 34 | 43 |
| Octal | 327 | 201 | 201 | 0 | 50 | 50 | 20 | 0 | 64 | 103 |
| Binary | 11010111 | 10000001 | 10000001 | 0 | 101000 | 101000 | 10000 | 0 | 110100 | 1000011 |
Color Harmonies of #D78181
Complementary color
Monochromatic Colors of #D78181
Black with #D78181
Text Example
Text Example
White with #D78181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78181; }
p { color: rgb(215,129,129); }
H1.HeaderClassName
{
color: #D78181;
}
.AnyTagClassName
{
color: #D78181;
}
</style>
background-color css
<style>
a { background-color: #D78181; }
a { background-color: rgb(215,129,129); }
div.DivClassName
{
background-color: #D78181;
}
.BgClassName
{
background-color: #D78181;
}
</style>
border-color css
<style>
span { border-color: #D78181; }
span { border-color: rgb(215,129,129); }
td.TdClassName
{
border-color: #D78181;
}
.TagClassName
{
border-color: #D78181;
}
</style>