Html Css Color HEX #DA8382 Sea Pink

📋 copy color: '#DA8382'

red 218 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #DA8382

Tints of Sea Pink #DA8382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.14%

R = 45.51%
G = 27.35%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA8382 (or 0xDA8382) is known color: Sea Pink. HEX triplet: DA, 83 and 82. RGB value is (218,131,130). Sum of RGB (Red+Green+Blue) = 218+131+130=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8382 is #257C7D. Grayscale: #9C9C9C. Windows color (decimal): -2456702 or 8553434. OLE color: 8553434.

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

Color convert

RGB 218 131 130 -
CMYK 0 0.40 0.40 0.15
HSL 0.68º 0.54% 0.68% -
HSV(B) 0.68º 0.4% 0.85% -
XYZ 41.06 32.75 25.28 -
YUV 156.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 218 131 130 0 0.40 0.40 0.15 0.68 0.54 0.68
Hex DA 83 82 0 28 28 F 1 36 44
Octal 332 203 202 0 50 50 17 1 66 104
Binary 11011010 10000011 10000010 0 101000 101000 1111 1 110110 1000100

Color Harmonies of #DA8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8382

Black with #DA8382

Text Example


Text Example

White with #DA8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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