#D08483

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

Shades of Sea Pink #D08483

Tints of Sea Pink #D08483

Color information

#D08483 (or 0xD08483) is unknown color: approx Sea Pink. HEX triplet: D0, 84 and 83. RGB value is (208,132,131). Sum of RGB (Red+Green+Blue) = 208+132+131=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D08483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08483 is #2F7B7C. Grayscale: #9A9A9A. Windows color (decimal): -3111805 or 8619216. OLE color: 8619216.

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

Color convert

RGB208132131-
CMYK00.370.370.18
HSL0.78º45.03%66.47%-
HSV(B)0.78º37.02%81.57%-
XYZ38.3631.5525.54-
YUV154.61114.68166.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=44.16%
G=28.03%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813213100.370.370.180.7845.0366.47
HexD08483025251212d42
Octal3202042030454522155102
Binary11010000100001001000001101001011001011001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08483; }

 p { color: rgb(208,132,131); }

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

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

 a { background-color: rgb(208,132,131); }

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

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

 span { border-color: rgb(208,132,131); }

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