#DA8682

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

Shades of Sea Pink #DA8682

Tints of Sea Pink #DA8682

Color information

#DA8682 (or 0xDA8682) is unknown color: approx Sea Pink. HEX triplet: DA, 86 and 82. RGB value is (218,134,130). Sum of RGB (Red+Green+Blue) = 218+134+130=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8682 is #25797D. Grayscale: #9E9E9E. Windows color (decimal): -2455934 or 8554202. OLE color: 8554202.

HSL color Cylindrical-coordinate representation of color #DA8682: hue angle of 2.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8682 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218134130-
CMYK00.390.400.15
HSL2.73º54.32%68.24%-
HSV(B)2.73º40.37%85.49%-
XYZ41.4733.5725.41-
YUV158.66111.83170.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=45.23%
G=27.80%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813413000.390.400.152.7354.3268.24
HexDA868202728F33644
Octal3322062020475017366104
Binary11011010100001101000001001001111010001111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8682; }

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

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

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

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

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

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

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

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