Html Css Color HEX #DB8380 Sea Pink

📋 copy color: '#DB8380'

red 219 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #DB8380

Tints of Sea Pink #DB8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

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

R = 45.82%
G = 27.41%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB8380 (or 0xDB8380) is known color: Sea Pink. HEX triplet: DB, 83 and 80. RGB value is (219,131,128). Sum of RGB (Red+Green+Blue) = 219+131+128=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8380 is #247C7F. Grayscale: #9D9D9D. Windows color (decimal): -2391168 or 8422363. OLE color: 8422363.

HSL color Cylindrical-coordinate representation of color #DB8380: hue angle of 1.98º 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 #DB8380 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 128 -
CMYK 0 0.40 0.42 0.14
HSL 1.98º 0.56% 0.68% -
HSV(B) 1.98º 0.42% 0.86% -
XYZ 41.23 32.85 24.59 -
YUV 156.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 219 131 128 0 0.40 0.42 0.14 1.98 0.56 0.68
Hex DB 83 80 0 28 2A E 2 38 44
Octal 333 203 200 0 50 52 16 2 70 104
Binary 11011011 10000011 10000000 0 101000 101010 1110 10 111000 1000100

Color Harmonies of #DB8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8380

Black with #DB8380

Text Example


Text Example

White with #DB8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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