#DB8382

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

Shades of Sea Pink #DB8382

Tints of Sea Pink #DB8382

Color information

#DB8382 (or 0xDB8382) is unknown color: approx Sea Pink. HEX triplet: DB, 83 and 82. RGB value is (219,131,130). Sum of RGB (Red+Green+Blue) = 219+131+130=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8382 is #247C7D. Grayscale: #9D9D9D. Windows color (decimal): -2391166 or 8553435. OLE color: 8553435.

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

Color convert

RGB219131130-
CMYK00.400.410.14
HSL0.67º55.28%68.43%-
HSV(B)0.67º40.64%85.88%-
XYZ41.3632.925.29-
YUV157.2112.65172.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.62%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=45.62%
G=27.29%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913113000.400.410.140.6755.2868.43
HexDB838202829E13744
Octal3332032020505116167104
Binary1101101110000011100000100101000101001111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8382; }

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

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

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

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

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

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

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

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