Shades of Sea Pink #D98885
Tints of Sea Pink #D98885
RGB
CMYK
RGB Variations
Color information
#D98885 (or 0xD98885) is known color: Sea Pink. HEX triplet: D9, 88 and 85. RGB value is (217,136,133). Sum of RGB (Red+Green+Blue) = 217+136+133=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D98885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98885 is #26777A. Grayscale: #9F9F9F. Windows color (decimal): -2520955 or 8751321. OLE color: 8751321.
HSL color Cylindrical-coordinate representation of color #D98885: hue angle of 2.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98885 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 133 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.15 |
| HSL | 2.14º | 0.53% | 0.69% | - |
| HSV(B) | 2.14º | 0.39% | 0.85% | - |
| XYZ | 41.65 | 34.05 | 26.57 | - |
| YUV | 159.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 133 | 0 | 0.37 | 0.39 | 0.15 | 2.14 | 0.53 | 0.69 |
| Hex | D9 | 88 | 85 | 0 | 25 | 27 | F | 2 | 34 | 45 |
| Octal | 331 | 210 | 205 | 0 | 45 | 47 | 17 | 2 | 64 | 105 |
| Binary | 11011001 | 10001000 | 10000101 | 0 | 100101 | 100111 | 1111 | 10 | 110100 | 1000101 |
Color Harmonies of #D98885
Complementary color
Monochromatic Colors of #D98885
Black with #D98885
Text Example
Text Example
White with #D98885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98885; }
p { color: rgb(217,136,133); }
H1.HeaderClassName
{
color: #D98885;
}
.AnyTagClassName
{
color: #D98885;
}
</style>
background-color css
<style>
a { background-color: #D98885; }
a { background-color: rgb(217,136,133); }
div.DivClassName
{
background-color: #D98885;
}
.BgClassName
{
background-color: #D98885;
}
</style>
border-color css
<style>
span { border-color: #D98885; }
span { border-color: rgb(217,136,133); }
td.TdClassName
{
border-color: #D98885;
}
.TagClassName
{
border-color: #D98885;
}
</style>