#DA8582

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

Shades of Sea Pink #DA8582

Tints of Sea Pink #DA8582

Color information

#DA8582 (or 0xDA8582) is unknown color: approx Sea Pink. HEX triplet: DA, 85 and 82. RGB value is (218,133,130). Sum of RGB (Red+Green+Blue) = 218+133+130=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8582 is #257A7D. Grayscale: #9E9E9E. Windows color (decimal): -2456190 or 8553946. OLE color: 8553946.

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

Color convert

RGB218133130-
CMYK00.390.400.15
HSL2.05º54.32%68.24%-
HSV(B)2.05º40.37%85.49%-
XYZ41.3333.2925.37-
YUV158.07112.16170.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=45.32%
G=27.65%
B=27.03%

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
Decimal21813313000.390.400.152.0554.3268.24
HexDA858202728F23644
Octal3322052020475017266104
Binary11011010100001011000001001001111010001111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8582; }

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

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

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

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

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

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

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

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