#D98582

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

Shades of Sea Pink #D98582

Tints of Sea Pink #D98582

Color information

#D98582 (or 0xD98582) is unknown color: approx Sea Pink. HEX triplet: D9, 85 and 82. RGB value is (217,133,130). Sum of RGB (Red+Green+Blue) = 217+133+130=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D98582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98582 is #267A7D. Grayscale: #9D9D9D. Windows color (decimal): -2521726 or 8553945. OLE color: 8553945.

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

Color convert

RGB217133130-
CMYK00.390.400.15
HSL2.07º53.37%68.04%-
HSV(B)2.07º40.09%85.1%-
XYZ41.0333.1425.35-
YUV157.77112.33170.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=45.21%
G=27.71%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713313000.390.400.152.0753.3768.04
HexD9858202728F23544
Octal3312052020475017265104
Binary11011001100001011000001001001111010001111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98582; }

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

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

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

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

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

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

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

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