Html Css Color HEX #DA8281 Sea Pink

📋 copy color: '#DA8281'

red 218 ◦ green 130 ◦ blue 129

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

Shades of Sea Pink #DA8281

Tints of Sea Pink #DA8281

RGB

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

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

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

R = 45.7%
G = 27.25%
B = 27.04%

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

#DA8281 (or 0xDA8281) is known color: Sea Pink. HEX triplet: DA, 82 and 81. RGB value is (218,130,129). Sum of RGB (Red+Green+Blue) = 218+130+129=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8281 is #257D7E. Grayscale: #9C9C9C. Windows color (decimal): -2456959 or 8487642. OLE color: 8487642.

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

Color convert

RGB 218 130 129 -
CMYK 0 0.40 0.41 0.15
HSL 0.67º 0.55% 0.68% -
HSV(B) 0.67º 0.41% 0.85% -
XYZ 40.86 32.46 24.88 -
YUV 156.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 218 130 129 0 0.40 0.41 0.15 0.67 0.55 0.68
Hex DA 82 81 0 28 29 F 1 37 44
Octal 332 202 201 0 50 51 17 1 67 104
Binary 11011010 10000010 10000001 0 101000 101001 1111 1 110111 1000100

Color Harmonies of #DA8281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8281

Black with #DA8281

Text Example


Text Example

White with #DA8281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8281; }

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

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

background-color css

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

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

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

border-color css

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

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

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