Html Css Color HEX #DB8886 Sea Pink

📋 copy color: '#DB8886'

red 219 ◦ green 136 ◦ blue 134

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

Shades of Sea Pink #DB8886

Tints of Sea Pink #DB8886

RGB

 RED value IS 219 (85.94% from 255) = 44.79%

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

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

R = 44.79%
G = 27.81%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB8886 (or 0xDB8886) is known color: Sea Pink. HEX triplet: DB, 88 and 86. RGB value is (219,136,134). Sum of RGB (Red+Green+Blue) = 219+136+134=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8886 is #247779. Grayscale: #A0A0A0. Windows color (decimal): -2389882 or 8816859. OLE color: 8816859.

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

Color convert

RGB 219 136 134 -
CMYK 0 0.38 0.39 0.14
HSL 1.41º 0.54% 0.69% -
HSV(B) 1.41º 0.39% 0.86% -
XYZ 42.32 34.39 26.96 -
YUV 160.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 219 136 134 0 0.38 0.39 0.14 1.41 0.54 0.69
Hex DB 88 86 0 26 27 E 1 36 45
Octal 333 210 206 0 46 47 16 1 66 105
Binary 11011011 10001000 10000110 0 100110 100111 1110 1 110110 1000101

Color Harmonies of #DB8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8886

Black with #DB8886

Text Example


Text Example

White with #DB8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8886; }

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

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

background-color css

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

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

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

border-color css

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

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

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