#D08281

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

Shades of Sea Pink #D08281

Tints of Sea Pink #D08281

Color information

#D08281 (or 0xD08281) is unknown color: approx Sea Pink. HEX triplet: D0, 82 and 81. RGB value is (208,130,129). Sum of RGB (Red+Green+Blue) = 208+130+129=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D08281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08281 is #2F7D7E. Grayscale: #999999. Windows color (decimal): -3112319 or 8487632. OLE color: 8487632.

HSL color Cylindrical-coordinate representation of color #D08281: hue angle of 0.76º degrees, saturation: 0.46, 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 #D08281 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208130129-
CMYK00.380.380.18
HSL0.76º45.66%66.08%-
HSV(B)0.76º37.98%81.57%-
XYZ37.9630.9624.74-
YUV153.21114.34167.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=44.54%
G=27.84%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813012900.380.380.180.7645.6666.08
HexD08281026261212e42
Octal3202022010464622156102
Binary11010000100000101000000101001101001101001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08281; }

 p { color: rgb(208,130,129); }

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

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

 a { background-color: rgb(208,130,129); }

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

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

 span { border-color: rgb(208,130,129); }

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