Shades of Sea Pink #D88580
Tints of Sea Pink #D88580
RGB
CMYK
RGB Variations
Color information
#D88580 (or 0xD88580) is known color: Sea Pink. HEX triplet: D8, 85 and 80. RGB value is (216,133,128). Sum of RGB (Red+Green+Blue) = 216+133+128=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88580 is #277A7F. Grayscale: #9D9D9D. Windows color (decimal): -2587264 or 8422872. OLE color: 8422872.
HSL color Cylindrical-coordinate representation of color #D88580: hue angle of 3.41º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88580 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 128 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.15 |
| HSL | 3.41º | 0.53% | 0.67% | - |
| HSV(B) | 3.41º | 0.41% | 0.85% | - |
| XYZ | 40.6 | 32.93 | 24.64 | - |
| YUV | 157.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 128 | 0 | 0.38 | 0.41 | 0.15 | 3.41 | 0.53 | 0.67 |
| Hex | D8 | 85 | 80 | 0 | 26 | 29 | F | 3 | 35 | 43 |
| Octal | 330 | 205 | 200 | 0 | 46 | 51 | 17 | 3 | 65 | 103 |
| Binary | 11011000 | 10000101 | 10000000 | 0 | 100110 | 101001 | 1111 | 11 | 110101 | 1000011 |
Color Harmonies of #D88580
Complementary color
Monochromatic Colors of #D88580
Black with #D88580
Text Example
Text Example
White with #D88580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88580; }
p { color: rgb(216,133,128); }
H1.HeaderClassName
{
color: #D88580;
}
.AnyTagClassName
{
color: #D88580;
}
</style>
background-color css
<style>
a { background-color: #D88580; }
a { background-color: rgb(216,133,128); }
div.DivClassName
{
background-color: #D88580;
}
.BgClassName
{
background-color: #D88580;
}
</style>
border-color css
<style>
span { border-color: #D88580; }
span { border-color: rgb(216,133,128); }
td.TdClassName
{
border-color: #D88580;
}
.TagClassName
{
border-color: #D88580;
}
</style>