Html Css Color HEX #DB8078 Sea Pink

📋 copy color: '#DB8078'

red 219 ◦ green 128 ◦ blue 120

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

Shades of Sea Pink #DB8078

Tints of Sea Pink #DB8078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 46.9%
G = 27.41%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8078 (or 0xDB8078) is known color: Sea Pink. HEX triplet: DB, 80 and 78. RGB value is (219,128,120). Sum of RGB (Red+Green+Blue) = 219+128+120=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8078 is #247F87. Grayscale: #9A9A9A. Windows color (decimal): -2391944 or 7897307. OLE color: 7897307.

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

Color convert

RGB 219 128 120 -
CMYK 0 0.42 0.45 0.14
HSL 4.85º 0.58% 0.66% -
HSV(B) 4.85º 0.45% 0.86% -
XYZ 40.32 31.85 21.79 -
YUV 154.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 219 128 120 0 0.42 0.45 0.14 4.85 0.58 0.66
Hex DB 80 78 0 2A 2D E 5 3A 42
Octal 333 200 170 0 52 55 16 5 72 102
Binary 11011011 10000000 1111000 0 101010 101101 1110 101 111010 1000010

Color Harmonies of #DB8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8078

Black with #DB8078

Text Example


Text Example

White with #DB8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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