#DA8581

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

Shades of Sea Pink #DA8581

Tints of Sea Pink #DA8581

Color information

#DA8581 (or 0xDA8581) is unknown color: approx Sea Pink. HEX triplet: DA, 85 and 81. RGB value is (218,133,129). Sum of RGB (Red+Green+Blue) = 218+133+129=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8581 is #257A7E. Grayscale: #9E9E9E. Windows color (decimal): -2456191 or 8488410. OLE color: 8488410.

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

Color convert

RGB218133129-
CMYK00.390.410.15
HSL2.7º54.6%68.04%-
HSV(B)2.7º40.83%85.49%-
XYZ41.2633.2725.01-
YUV157.96111.66170.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=45.42%
G=27.71%
B=26.88%

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
Decimal21813312900.390.410.152.754.668.04
HexDA858102729F33744
Octal3322052010475117367104
Binary11011010100001011000000101001111010011111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8581; }

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

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

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

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

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

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

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

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