#DA8180

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

Shades of Sea Pink #DA8180

Tints of Sea Pink #DA8180

Color information

#DA8180 (or 0xDA8180) is unknown color: approx Sea Pink. HEX triplet: DA, 81 and 80. RGB value is (218,129,128). Sum of RGB (Red+Green+Blue) = 218+129+128=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8180 is #257E7F. Grayscale: #9B9B9B. Windows color (decimal): -2457216 or 8421850. OLE color: 8421850.

HSL color Cylindrical-coordinate representation of color #DA8180: 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 #DA8180 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218129128-
CMYK00.410.410.15
HSL0.67º54.88%67.84%-
HSV(B)0.67º41.28%85.49%-
XYZ40.6632.1624.49-
YUV155.5112.49172.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=45.89%
G=27.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812912800.410.410.150.6754.8867.84
HexDA818002929F13744
Octal3322012000515117167104
Binary1101101010000001100000000101001101001111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8180; }

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

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

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

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

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

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

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

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