Html Css Color HEX #DA8482 Sea Pink

📋 copy color: '#DA8482'

red 218 ◦ green 132 ◦ blue 130

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

Shades of Sea Pink #DA8482

Tints of Sea Pink #DA8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

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

R = 45.42%
G = 27.5%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA8482 (or 0xDA8482) is known color: Sea Pink. HEX triplet: DA, 84 and 82. RGB value is (218,132,130). Sum of RGB (Red+Green+Blue) = 218+132+130=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8482 is #257B7D. Grayscale: #9D9D9D. Windows color (decimal): -2456446 or 8553690. OLE color: 8553690.

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

Color convert

RGB 218 132 130 -
CMYK 0 0.39 0.40 0.15
HSL 1.36º 0.54% 0.68% -
HSV(B) 1.36º 0.4% 0.85% -
XYZ 41.19 33.02 25.32 -
YUV 157.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 218 132 130 0 0.39 0.40 0.15 1.36 0.54 0.68
Hex DA 84 82 0 27 28 F 1 36 44
Octal 332 204 202 0 47 50 17 1 66 104
Binary 11011010 10000100 10000010 0 100111 101000 1111 1 110110 1000100

Color Harmonies of #DA8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8482

Black with #DA8482

Text Example


Text Example

White with #DA8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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