Html Css Color HEX #DA8782 Sea Pink

📋 copy color: '#DA8782'

red 218 ◦ green 135 ◦ blue 130

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

Shades of Sea Pink #DA8782

Tints of Sea Pink #DA8782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.95%

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

R = 45.13%
G = 27.95%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA8782 (or 0xDA8782) is known color: Sea Pink. HEX triplet: DA, 87 and 82. RGB value is (218,135,130). Sum of RGB (Red+Green+Blue) = 218+135+130=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8782 is #25787D. Grayscale: #9F9F9F. Windows color (decimal): -2455678 or 8554458. OLE color: 8554458.

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

Color convert

RGB 218 135 130 -
CMYK 0 0.38 0.40 0.15
HSL 3.41º 0.54% 0.68% -
HSV(B) 3.41º 0.4% 0.85% -
XYZ 41.61 33.85 25.46 -
YUV 159.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 218 135 130 0 0.38 0.40 0.15 3.41 0.54 0.68
Hex DA 87 82 0 26 28 F 3 36 44
Octal 332 207 202 0 46 50 17 3 66 104
Binary 11011010 10000111 10000010 0 100110 101000 1111 11 110110 1000100

Color Harmonies of #DA8782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8782

Black with #DA8782

Text Example


Text Example

White with #DA8782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8782; }

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

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

background-color css

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

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

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

border-color css

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

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

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