Shades of Sea Pink #D78281
Tints of Sea Pink #D78281
RGB
CMYK
RGB Variations
Color information
#D78281 (or 0xD78281) is known color: Sea Pink. HEX triplet: D7, 82 and 81. RGB value is (215,130,129). Sum of RGB (Red+Green+Blue) = 215+130+129=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D78281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78281 is #287D7E. Grayscale: #9B9B9B. Windows color (decimal): -2653567 or 8487639. OLE color: 8487639.
HSL color Cylindrical-coordinate representation of color #D78281: hue angle of 0.7º 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 #D78281 is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 129 | - |
| CMYK | 0 | 0.40 | 0.4 | 0.16 |
| HSL | 0.7º | 0.52% | 0.67% | - |
| HSV(B) | 0.7º | 0.4% | 0.84% | - |
| XYZ | 39.97 | 32 | 24.84 | - |
| YUV | 155.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 129 | 0 | 0.40 | 0.4 | 0.16 | 0.7 | 0.52 | 0.67 |
| Hex | D7 | 82 | 81 | 0 | 28 | 28 | 10 | 1 | 34 | 43 |
| Octal | 327 | 202 | 201 | 0 | 50 | 50 | 20 | 1 | 64 | 103 |
| Binary | 11010111 | 10000010 | 10000001 | 0 | 101000 | 101000 | 10000 | 1 | 110100 | 1000011 |
Color Harmonies of #D78281
Complementary color
Monochromatic Colors of #D78281
Black with #D78281
Text Example
Text Example
White with #D78281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78281; }
p { color: rgb(215,130,129); }
H1.HeaderClassName
{
color: #D78281;
}
.AnyTagClassName
{
color: #D78281;
}
</style>
background-color css
<style>
a { background-color: #D78281; }
a { background-color: rgb(215,130,129); }
div.DivClassName
{
background-color: #D78281;
}
.BgClassName
{
background-color: #D78281;
}
</style>
border-color css
<style>
span { border-color: #D78281; }
span { border-color: rgb(215,130,129); }
td.TdClassName
{
border-color: #D78281;
}
.TagClassName
{
border-color: #D78281;
}
</style>