#D98682

Color #D98682 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #D98682

Tints of Sea Pink #D98682

Color information

#D98682 (or 0xD98682) is unknown color: approx Sea Pink. HEX triplet: D9, 86 and 82. RGB value is (217,134,130). Sum of RGB (Red+Green+Blue) = 217+134+130=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98682 is #26797D. Grayscale: #9E9E9E. Windows color (decimal): -2521470 or 8554201. OLE color: 8554201.

HSL color Cylindrical-coordinate representation of color #D98682: hue angle of 2.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98682 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217134130-
CMYK00.380.400.15
HSL2.76º53.37%68.04%-
HSV(B)2.76º40.09%85.1%-
XYZ41.1733.4125.4-
YUV158.36112169.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=45.11%
G=27.86%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713413000.380.400.152.7653.3768.04
HexD9868202628F33544
Octal3312062020465017365104
Binary11011001100001101000001001001101010001111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98682; }

 p { color: rgb(217,134,130); }

 H1.HeaderClassName
 {
   color: #D98682;
 }
 .AnyTagClassName
 {
   color: #D98682;
 }
</style>
background-color css

<style>
 a { background-color: #D98682; }

 a { background-color: rgb(217,134,130); }

 div.DivClassName
 {
   background-color: #D98682;
 }
 .BgClassName
 {
   background-color: #D98682;
 }
</style>
border-color css

<style>
 span { border-color: #D98682; }

 span { border-color: rgb(217,134,130); }

 td.TdClassName
 {
   border-color: #D98682;
 }
 .TagClassName
 {
   border-color: #D98682;
 }
</style>