Html Css Color HEX #DB8887 Sea Pink

📋 copy color: '#DB8887'

red 219 ◦ green 136 ◦ blue 135

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

Shades of Sea Pink #DB8887

Tints of Sea Pink #DB8887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 44.69%
G = 27.76%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8887 (or 0xDB8887) is known color: Sea Pink. HEX triplet: DB, 88 and 87. RGB value is (219,136,135). Sum of RGB (Red+Green+Blue) = 219+136+135=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8887 is #247778. Grayscale: #A0A0A0. Windows color (decimal): -2389881 or 8882395. OLE color: 8882395.

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

Color convert

RGB 219 136 135 -
CMYK 0 0.38 0.38 0.14
HSL 0.71º 0.54% 0.69% -
HSV(B) 0.71º 0.38% 0.86% -
XYZ 42.39 34.42 27.33 -
YUV 160.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 219 136 135 0 0.38 0.38 0.14 0.71 0.54 0.69
Hex DB 88 87 0 26 26 E 1 36 45
Octal 333 210 207 0 46 46 16 1 66 105
Binary 11011011 10001000 10000111 0 100110 100110 1110 1 110110 1000101

Color Harmonies of #DB8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8887

Black with #DB8887

Text Example


Text Example

White with #DB8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8887; }

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

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

background-color css

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

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

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

border-color css

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

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

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