#DA8988

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

Shades of Sea Pink #DA8988

Tints of Sea Pink #DA8988

Color information

#DA8988 (or 0xDA8988) is unknown color: approx Sea Pink. HEX triplet: DA, 89 and 88. RGB value is (218,137,136). Sum of RGB (Red+Green+Blue) = 218+137+136=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8988 is #257677. Grayscale: #A1A1A1. Windows color (decimal): -2455160 or 8948186. OLE color: 8948186.

HSL color Cylindrical-coordinate representation of color #DA8988: hue angle of 0.73º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8988 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218137136-
CMYK00.370.380.15
HSL0.73º52.56%69.41%-
HSV(B)0.73º37.61%85.49%-
XYZ42.334.5727.74-
YUV161.1113.84168.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=44.40%
G=27.90%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813713600.370.380.150.7352.5669.41
HexDA898802526F13545
Octal3322112100454617165105
Binary1101101010001001100010000100101100110111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8988; }

 p { color: rgb(218,137,136); }

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

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

 a { background-color: rgb(218,137,136); }

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

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

 span { border-color: rgb(218,137,136); }

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