Html Css Color HEX #DA8380 Sea Pink

📋 copy color: '#DA8380'

red 218 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #DA8380

Tints of Sea Pink #DA8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 45.7%
G = 27.46%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA8380 (or 0xDA8380) is known color: Sea Pink. HEX triplet: DA, 83 and 80. RGB value is (218,131,128). Sum of RGB (Red+Green+Blue) = 218+131+128=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8380 is #257C7F. Grayscale: #9C9C9C. Windows color (decimal): -2456704 or 8422362. OLE color: 8422362.

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

Color convert

RGB 218 131 128 -
CMYK 0 0.40 0.41 0.15
HSL 0.55% 0.68% -
HSV(B) 0.41% 0.85% -
XYZ 40.93 32.7 24.58 -
YUV 156.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 218 131 128 0 0.40 0.41 0.15 2 0.55 0.68
Hex DA 83 80 0 28 29 F 2 37 44
Octal 332 203 200 0 50 51 17 2 67 104
Binary 11011010 10000011 10000000 0 101000 101001 1111 10 110111 1000100

Color Harmonies of #DA8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8380

Black with #DA8380

Text Example


Text Example

White with #DA8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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