Html Css Color HEX #DA8481 Sea Pink

📋 copy color: '#DA8481'

red 218 ◦ green 132 ◦ blue 129

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

Shades of Sea Pink #DA8481

Tints of Sea Pink #DA8481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 45.51%
G = 27.56%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA8481 (or 0xDA8481) is known color: Sea Pink. HEX triplet: DA, 84 and 81. RGB value is (218,132,129). Sum of RGB (Red+Green+Blue) = 218+132+129=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8481 is #257B7E. Grayscale: #9D9D9D. Windows color (decimal): -2456447 or 8488154. OLE color: 8488154.

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

Color convert

RGB 218 132 129 -
CMYK 0 0.39 0.41 0.15
HSL 2.02º 0.55% 0.68% -
HSV(B) 2.02º 0.41% 0.85% -
XYZ 41.13 32.99 24.97 -
YUV 157.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 218 132 129 0 0.39 0.41 0.15 2.02 0.55 0.68
Hex DA 84 81 0 27 29 F 2 37 44
Octal 332 204 201 0 47 51 17 2 67 104
Binary 11011010 10000100 10000001 0 100111 101001 1111 10 110111 1000100

Color Harmonies of #DA8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8481

Black with #DA8481

Text Example


Text Example

White with #DA8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8481; }

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

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

background-color css

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

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

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

border-color css

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

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

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