Shades of Sea Pink #D68078
Tints of Sea Pink #D68078
RGB
CMYK
RGB Variations
Color information
#D68078 (or 0xD68078) is known color: Sea Pink. HEX triplet: D6, 80 and 78. RGB value is (214,128,120). Sum of RGB (Red+Green+Blue) = 214+128+120=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68078 is #297F87. Grayscale: #989898. Windows color (decimal): -2719624 or 7897302. OLE color: 7897302.
HSL color Cylindrical-coordinate representation of color #D68078: hue angle of 5.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68078 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 120 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.16 |
| HSL | 5.11º | 0.53% | 0.65% | - |
| HSV(B) | 5.11º | 0.44% | 0.84% | - |
| XYZ | 38.84 | 31.09 | 21.72 | - |
| YUV | 152.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 120 | 0 | 0.40 | 0.44 | 0.16 | 5.11 | 0.53 | 0.65 |
| Hex | D6 | 80 | 78 | 0 | 28 | 2C | 10 | 5 | 35 | 41 |
| Octal | 326 | 200 | 170 | 0 | 50 | 54 | 20 | 5 | 65 | 101 |
| Binary | 11010110 | 10000000 | 1111000 | 0 | 101000 | 101100 | 10000 | 101 | 110101 | 1000001 |
Color Harmonies of #D68078
Complementary color
Monochromatic Colors of #D68078
Black with #D68078
Text Example
Text Example
White with #D68078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68078; }
p { color: rgb(214,128,120); }
H1.HeaderClassName
{
color: #D68078;
}
.AnyTagClassName
{
color: #D68078;
}
</style>
background-color css
<style>
a { background-color: #D68078; }
a { background-color: rgb(214,128,120); }
div.DivClassName
{
background-color: #D68078;
}
.BgClassName
{
background-color: #D68078;
}
</style>
border-color css
<style>
span { border-color: #D68078; }
span { border-color: rgb(214,128,120); }
td.TdClassName
{
border-color: #D68078;
}
.TagClassName
{
border-color: #D68078;
}
</style>