Html Css Color HEX #DA8989 Sea Pink

📋 copy color: '#DA8989'

red 218 ◦ green 137 ◦ blue 137

#DA8989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #DA8989

Tints of Sea Pink #DA8989

RGB

 RED value IS 218 (85.55% from 255) = 44.31%

 GREEN value IS 137 (53.91% from 255) = 27.85%

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 44.31%
G = 27.85%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA8989 (or 0xDA8989) is known color: Sea Pink. HEX triplet: DA, 89 and 89. RGB value is (218,137,137). Sum of RGB (Red+Green+Blue) = 218+137+137=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8989 is #257676. Grayscale: #A1A1A1. Windows color (decimal): -2455159 or 9013722. OLE color: 9013722.

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

Color convert

RGB 218 137 137 -
CMYK 0 0.37 0.37 0.15
HSL 0.52% 0.7% -
HSV(B) 0.37% 0.85% -
XYZ 42.37 34.6 28.11 -
YUV 161.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 218 137 137 0 0.37 0.37 0.15 0 0.52 0.7
Hex DA 89 89 0 25 25 F 0 34 46
Octal 332 211 211 0 45 45 17 0 64 106
Binary 11011010 10001001 10001001 0 100101 100101 1111 0 110100 1000110

Color Harmonies of #DA8989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8989

Black with #DA8989

Text Example


Text Example

White with #DA8989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8989; }

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

 H1.HeaderClassName
 {
   color: #DA8989;
 }
 .AnyTagClassName
 {
   color: #DA8989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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