#D18381

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

Shades of Sea Pink #D18381

Tints of Sea Pink #D18381

Color information

#D18381 (or 0xD18381) is unknown color: approx Sea Pink. HEX triplet: D1, 83 and 81. RGB value is (209,131,129). Sum of RGB (Red+Green+Blue) = 209+131+129=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D18381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18381 is #2E7C7E. Grayscale: #9A9A9A. Windows color (decimal): -3046527 or 8487889. OLE color: 8487889.

HSL color Cylindrical-coordinate representation of color #D18381: hue angle of 1.5º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18381 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209131129-
CMYK00.370.380.18
HSL1.5º46.51%66.27%-
HSV(B)1.5º38.28%81.96%-
XYZ38.3731.3724.8-
YUV154.09113.84167.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=44.56%
G=27.93%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913112900.370.380.181.546.5166.27
HexD18381025261222f42
Octal3212032010454622257102
Binary110100011000001110000001010010110011010010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18381; }

 p { color: rgb(209,131,129); }

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

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

 a { background-color: rgb(209,131,129); }

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

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

 span { border-color: rgb(209,131,129); }

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