Html Css Color HEX #DB8180 Sea Pink

📋 copy color: '#DB8180'

red 219 ◦ green 129 ◦ blue 128

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

Shades of Sea Pink #DB8180

Tints of Sea Pink #DB8180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 46.01%
G = 27.1%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB8180 (or 0xDB8180) is known color: Sea Pink. HEX triplet: DB, 81 and 80. RGB value is (219,129,128). Sum of RGB (Red+Green+Blue) = 219+129+128=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8180 is #247E7F. Grayscale: #9B9B9B. Windows color (decimal): -2391680 or 8421851. OLE color: 8421851.

HSL color Cylindrical-coordinate representation of color #DB8180: hue angle of 0.66º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8180 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 128 -
CMYK 0 0.41 0.42 0.14
HSL 0.66º 0.56% 0.68% -
HSV(B) 0.66º 0.42% 0.86% -
XYZ 40.96 32.32 24.5 -
YUV 155.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 219 129 128 0 0.41 0.42 0.14 0.66 0.56 0.68
Hex DB 81 80 0 29 2A E 1 38 44
Octal 333 201 200 0 51 52 16 1 70 104
Binary 11011011 10000001 10000000 0 101001 101010 1110 1 111000 1000100

Color Harmonies of #DB8180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8180

Black with #DB8180

Text Example


Text Example

White with #DB8180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8180; }

 p { color: rgb(219,129,128); }

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

background-color css

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

 a { background-color: rgb(219,129,128); }

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

border-color css

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

 span { border-color: rgb(219,129,128); }

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