#D98480

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

Shades of Sea Pink #D98480

Tints of Sea Pink #D98480

Color information

#D98480 (or 0xD98480) is unknown color: approx Sea Pink. HEX triplet: D9, 84 and 80. RGB value is (217,132,128). Sum of RGB (Red+Green+Blue) = 217+132+128=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D98480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98480 is #267B7F. Grayscale: #9D9D9D. Windows color (decimal): -2521984 or 8422617. OLE color: 8422617.

HSL color Cylindrical-coordinate representation of color #D98480: hue angle of 2.7º 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 #D98480 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217132128-
CMYK00.390.410.15
HSL2.7º53.94%67.65%-
HSV(B)2.7º41.01%85.1%-
XYZ40.7632.8124.61-
YUV156.96111.66170.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=45.49%
G=27.67%
B=26.83%

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
Decimal21713212800.390.410.152.753.9467.65
HexD9848002729F33644
Octal3312042000475117366104
Binary11011001100001001000000001001111010011111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98480; }

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

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

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

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

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

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

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

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