Shades of Sea Pink #D78480
Tints of Sea Pink #D78480
RGB
CMYK
RGB Variations
Color information
#D78480 (or 0xD78480) is known color: Sea Pink. HEX triplet: D7, 84 and 80. RGB value is (215,132,128). Sum of RGB (Red+Green+Blue) = 215+132+128=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D78480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78480 is #287B7F. Grayscale: #9C9C9C. Windows color (decimal): -2653056 or 8422615. OLE color: 8422615.
HSL color Cylindrical-coordinate representation of color #D78480: hue angle of 2.76º 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 #D78480 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 128 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.16 |
| HSL | 2.76º | 0.52% | 0.67% | - |
| HSV(B) | 2.76º | 0.4% | 0.84% | - |
| XYZ | 40.17 | 32.51 | 24.58 | - |
| YUV | 156.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 128 | 0 | 0.39 | 0.40 | 0.16 | 2.76 | 0.52 | 0.67 |
| Hex | D7 | 84 | 80 | 0 | 27 | 28 | 10 | 3 | 34 | 43 |
| Octal | 327 | 204 | 200 | 0 | 47 | 50 | 20 | 3 | 64 | 103 |
| Binary | 11010111 | 10000100 | 10000000 | 0 | 100111 | 101000 | 10000 | 11 | 110100 | 1000011 |
Color Harmonies of #D78480
Complementary color
Monochromatic Colors of #D78480
Black with #D78480
Text Example
Text Example
White with #D78480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78480; }
p { color: rgb(215,132,128); }
H1.HeaderClassName
{
color: #D78480;
}
.AnyTagClassName
{
color: #D78480;
}
</style>
background-color css
<style>
a { background-color: #D78480; }
a { background-color: rgb(215,132,128); }
div.DivClassName
{
background-color: #D78480;
}
.BgClassName
{
background-color: #D78480;
}
</style>
border-color css
<style>
span { border-color: #D78480; }
span { border-color: rgb(215,132,128); }
td.TdClassName
{
border-color: #D78480;
}
.TagClassName
{
border-color: #D78480;
}
</style>