#DA8680

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

Shades of Sea Pink #DA8680

Tints of Sea Pink #DA8680

Color information

#DA8680 (or 0xDA8680) is unknown color: approx Sea Pink. HEX triplet: DA, 86 and 80. RGB value is (218,134,128). Sum of RGB (Red+Green+Blue) = 218+134+128=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8680 is #25797F. Grayscale: #9E9E9E. Windows color (decimal): -2455936 or 8423130. OLE color: 8423130.

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

Color convert

RGB218134128-
CMYK00.390.410.15
HSL54.88%67.84%-
HSV(B)41.28%85.49%-
XYZ41.3333.5124.71-
YUV158.43110.83170.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=45.42%
G=27.92%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813412800.390.410.15454.8867.84
HexDA868002729F43744
Octal3322062000475117467104
Binary110110101000011010000000010011110100111111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8680; }

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

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

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

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

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

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

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

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