#DB8281

Color #DB8281 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #DB8281

Tints of Sea Pink #DB8281

Color information

#DB8281 (or 0xDB8281) is unknown color: approx Sea Pink. HEX triplet: DB, 82 and 81. RGB value is (219,130,129). Sum of RGB (Red+Green+Blue) = 219+130+129=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8281 is #247D7E. Grayscale: #9C9C9C. Windows color (decimal): -2391423 or 8487643. OLE color: 8487643.

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

Color convert

RGB219130129-
CMYK00.410.410.14
HSL0.67º55.56%68.24%-
HSV(B)0.67º41.1%85.88%-
XYZ41.1632.6124.89-
YUV156.5112.49172.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=45.82%
G=27.20%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913012900.410.410.140.6755.5668.24
HexDB828102929E13844
Octal3332022010515116170104
Binary1101101110000010100000010101001101001111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8281; }

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

 H1.HeaderClassName
 {
   color: #DB8281;
 }
 .AnyTagClassName
 {
   color: #DB8281;
 }
</style>
background-color css

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

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

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

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

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

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