Html Css Color HEX #DA8886 Sea Pink

📋 copy color: '#DA8886'

red 218 ◦ green 136 ◦ blue 134

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

Shades of Sea Pink #DA8886

Tints of Sea Pink #DA8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 44.67%
G = 27.87%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA8886 (or 0xDA8886) is known color: Sea Pink. HEX triplet: DA, 88 and 86. RGB value is (218,136,134). Sum of RGB (Red+Green+Blue) = 218+136+134=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8886 is #257779. Grayscale: #A0A0A0. Windows color (decimal): -2455418 or 8816858. OLE color: 8816858.

HSL color Cylindrical-coordinate representation of color #DA8886: hue angle of 1.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8886 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 134 -
CMYK 0 0.38 0.39 0.15
HSL 1.43º 0.53% 0.69% -
HSV(B) 1.43º 0.39% 0.85% -
XYZ 42.02 34.23 26.95 -
YUV 160.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 218 136 134 0 0.38 0.39 0.15 1.43 0.53 0.69
Hex DA 88 86 0 26 27 F 1 35 45
Octal 332 210 206 0 46 47 17 1 65 105
Binary 11011010 10001000 10000110 0 100110 100111 1111 1 110101 1000101

Color Harmonies of #DA8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8886

Black with #DA8886

Text Example


Text Example

White with #DA8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8886; }

 p { color: rgb(218,136,134); }

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

background-color css

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

 a { background-color: rgb(218,136,134); }

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

border-color css

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

 span { border-color: rgb(218,136,134); }

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