Html Css Color HEX #DB8884 Sea Pink

📋 copy color: '#DB8884'

red 219 ◦ green 136 ◦ blue 132

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

Shades of Sea Pink #DB8884

Tints of Sea Pink #DB8884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 44.97%
G = 27.93%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB8884 (or 0xDB8884) is known color: Sea Pink. HEX triplet: DB, 88 and 84. RGB value is (219,136,132). Sum of RGB (Red+Green+Blue) = 219+136+132=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8884 is #24777B. Grayscale: #A0A0A0. Windows color (decimal): -2389884 or 8685787. OLE color: 8685787.

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

Color convert

RGB 219 136 132 -
CMYK 0 0.38 0.40 0.14
HSL 2.76º 0.55% 0.69% -
HSV(B) 2.76º 0.4% 0.86% -
XYZ 42.18 34.33 26.23 -
YUV 160.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 219 136 132 0 0.38 0.40 0.14 2.76 0.55 0.69
Hex DB 88 84 0 26 28 E 3 37 45
Octal 333 210 204 0 46 50 16 3 67 105
Binary 11011011 10001000 10000100 0 100110 101000 1110 11 110111 1000101

Color Harmonies of #DB8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8884

Black with #DB8884

Text Example


Text Example

White with #DB8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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