Shades of Sea Pink #D07878
Tints of Sea Pink #D07878
RGB
CMYK
RGB Variations
Color information
#D07878 (or 0xD07878) is known color: Sea Pink. HEX triplet: D0, 78 and 78. RGB value is (208,120,120). Sum of RGB (Red+Green+Blue) = 208+120+120=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07878 is #2F8787. Grayscale: #929292. Windows color (decimal): -3114888 or 7895248. OLE color: 7895248.
HSL color Cylindrical-coordinate representation of color #D07878: hue angle of 0º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07878 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 120 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.18 |
| HSL | 0º | 0.48% | 0.64% | - |
| HSV(B) | 0º | 0.42% | 0.82% | - |
| XYZ | 36.12 | 28.2 | 21.31 | - |
| YUV | 146.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 120 | 0 | 0.42 | 0.42 | 0.18 | 0 | 0.48 | 0.64 |
| Hex | D0 | 78 | 78 | 0 | 2A | 2A | 12 | 0 | 30 | 40 |
| Octal | 320 | 170 | 170 | 0 | 52 | 52 | 22 | 0 | 60 | 100 |
| Binary | 11010000 | 1111000 | 1111000 | 0 | 101010 | 101010 | 10010 | 0 | 110000 | 1000000 |
Color Harmonies of #D07878
Complementary color
Monochromatic Colors of #D07878
Black with #D07878
Text Example
Text Example
White with #D07878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07878; }
p { color: rgb(208,120,120); }
H1.HeaderClassName
{
color: #D07878;
}
.AnyTagClassName
{
color: #D07878;
}
</style>
background-color css
<style>
a { background-color: #D07878; }
a { background-color: rgb(208,120,120); }
div.DivClassName
{
background-color: #D07878;
}
.BgClassName
{
background-color: #D07878;
}
</style>
border-color css
<style>
span { border-color: #D07878; }
span { border-color: rgb(208,120,120); }
td.TdClassName
{
border-color: #D07878;
}
.TagClassName
{
border-color: #D07878;
}
</style>