#DA8281

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

Shades of Sea Pink #DA8281

Tints of Sea Pink #DA8281

Color information

#DA8281 (or 0xDA8281) is unknown color: approx Sea Pink. HEX triplet: DA, 82 and 81. RGB value is (218,130,129). Sum of RGB (Red+Green+Blue) = 218+130+129=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8281 is #257D7E. Grayscale: #9C9C9C. Windows color (decimal): -2456959 or 8487642. OLE color: 8487642.

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

Color convert

RGB218130129-
CMYK00.400.410.15
HSL0.67º54.6%68.04%-
HSV(B)0.67º40.83%85.49%-
XYZ40.8632.4624.88-
YUV156.2112.65172.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=45.70%
G=27.25%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813012900.400.410.150.6754.668.04
HexDA828102829F13744
Octal3322022010505117167104
Binary1101101010000010100000010101000101001111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8281; }

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

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

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

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

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

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

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

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