Shades of Sea Pink #D78282
Tints of Sea Pink #D78282
RGB
CMYK
RGB Variations
Color information
#D78282 (or 0xD78282) is known color: Sea Pink. HEX triplet: D7, 82 and 82. RGB value is (215,130,130). Sum of RGB (Red+Green+Blue) = 215+130+130=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D78282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78282 is #287D7D. Grayscale: #9B9B9B. Windows color (decimal): -2653566 or 8553175. OLE color: 8553175.
HSL color Cylindrical-coordinate representation of color #D78282: hue angle of 0º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78282 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 130 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.16 |
| HSL | 0º | 0.52% | 0.68% | - |
| HSV(B) | 0º | 0.4% | 0.84% | - |
| XYZ | 40.04 | 32.02 | 25.19 | - |
| YUV | 155.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 130 | 0 | 0.40 | 0.40 | 0.16 | 0 | 0.52 | 0.68 |
| Hex | D7 | 82 | 82 | 0 | 28 | 28 | 10 | 0 | 34 | 44 |
| Octal | 327 | 202 | 202 | 0 | 50 | 50 | 20 | 0 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10000010 | 0 | 101000 | 101000 | 10000 | 0 | 110100 | 1000100 |
Color Harmonies of #D78282
Complementary color
Monochromatic Colors of #D78282
Black with #D78282
Text Example
Text Example
White with #D78282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78282; }
p { color: rgb(215,130,130); }
H1.HeaderClassName
{
color: #D78282;
}
.AnyTagClassName
{
color: #D78282;
}
</style>
background-color css
<style>
a { background-color: #D78282; }
a { background-color: rgb(215,130,130); }
div.DivClassName
{
background-color: #D78282;
}
.BgClassName
{
background-color: #D78282;
}
</style>
border-color css
<style>
span { border-color: #D78282; }
span { border-color: rgb(215,130,130); }
td.TdClassName
{
border-color: #D78282;
}
.TagClassName
{
border-color: #D78282;
}
</style>