#D98481

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

Shades of Sea Pink #D98481

Tints of Sea Pink #D98481

Color information

#D98481 (or 0xD98481) is unknown color: approx Sea Pink. HEX triplet: D9, 84 and 81. RGB value is (217,132,129). Sum of RGB (Red+Green+Blue) = 217+132+129=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D98481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98481 is #267B7E. Grayscale: #9D9D9D. Windows color (decimal): -2521983 or 8488153. OLE color: 8488153.

HSL color Cylindrical-coordinate representation of color #D98481: hue angle of 2.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98481 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217132129-
CMYK00.390.410.15
HSL2.05º53.66%67.84%-
HSV(B)2.05º40.55%85.1%-
XYZ40.8332.8424.96-
YUV157.07112.16170.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=45.40%
G=27.62%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713212900.390.410.152.0553.6667.84
HexD9848102729F23644
Octal3312042010475117266104
Binary11011001100001001000000101001111010011111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98481; }

 p { color: rgb(217,132,129); }

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

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

 a { background-color: rgb(217,132,129); }

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

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

 span { border-color: rgb(217,132,129); }

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