Html Css Color HEX #DB8988 Sea Pink

📋 copy color: '#DB8988'

red 219 ◦ green 137 ◦ blue 136

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

Shades of Sea Pink #DB8988

Tints of Sea Pink #DB8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 44.51%
G = 27.85%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8988 (or 0xDB8988) is known color: Sea Pink. HEX triplet: DB, 89 and 88. RGB value is (219,137,136). Sum of RGB (Red+Green+Blue) = 219+137+136=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8988 is #247677. Grayscale: #A1A1A1. Windows color (decimal): -2389624 or 8948187. OLE color: 8948187.

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

Color convert

RGB 219 137 136 -
CMYK 0 0.37 0.38 0.14
HSL 0.72º 0.54% 0.7% -
HSV(B) 0.72º 0.38% 0.86% -
XYZ 42.6 34.73 27.75 -
YUV 161.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 219 137 136 0 0.37 0.38 0.14 0.72 0.54 0.7
Hex DB 89 88 0 25 26 E 1 36 46
Octal 333 211 210 0 45 46 16 1 66 106
Binary 11011011 10001001 10001000 0 100101 100110 1110 1 110110 1000110

Color Harmonies of #DB8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8988

Black with #DB8988

Text Example


Text Example

White with #DB8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8988; }

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

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

background-color css

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

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

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

border-color css

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

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

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