Html Css Color HEX #DA8280 Sea Pink

📋 copy color: '#DA8280'

red 218 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #DA8280

Tints of Sea Pink #DA8280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

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

R = 45.8%
G = 27.31%
B = 26.89%

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

#DA8280 (or 0xDA8280) is known color: Sea Pink. HEX triplet: DA, 82 and 80. RGB value is (218,130,128). Sum of RGB (Red+Green+Blue) = 218+130+128=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8280 is #257D7F. Grayscale: #9C9C9C. Windows color (decimal): -2456960 or 8422106. OLE color: 8422106.

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

Color convert

RGB 218 130 128 -
CMYK 0 0.40 0.41 0.15
HSL 1.33º 0.55% 0.68% -
HSV(B) 1.33º 0.41% 0.85% -
XYZ 40.79 32.43 24.53 -
YUV 156.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 218 130 128 0 0.40 0.41 0.15 1.33 0.55 0.68
Hex DA 82 80 0 28 29 F 1 37 44
Octal 332 202 200 0 50 51 17 1 67 104
Binary 11011010 10000010 10000000 0 101000 101001 1111 1 110111 1000100

Color Harmonies of #DA8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8280

Black with #DA8280

Text Example


Text Example

White with #DA8280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8280; }

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

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

background-color css

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

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

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

border-color css

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

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

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