#DB8484

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

Shades of Sea Pink #DB8484

Tints of Sea Pink #DB8484

Color information

#DB8484 (or 0xDB8484) is unknown color: approx Sea Pink. HEX triplet: DB, 84 and 84. RGB value is (219,132,132). Sum of RGB (Red+Green+Blue) = 219+132+132=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8484 is #247B7B. Grayscale: #9E9E9E. Windows color (decimal): -2390908 or 8684763. OLE color: 8684763.

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

Color convert

RGB219132132-
CMYK00.400.400.14
HSL54.72%68.82%-
HSV(B)39.73%85.88%-
XYZ41.6333.2326.05-
YUV158.01113.32171.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=45.34%
G=27.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913213200.400.400.14054.7268.82
HexDB848402828E03745
Octal3332042040505016067105
Binary1101101110000100100001000101000101000111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8484; }

 p { color: rgb(219,132,132); }

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

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

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

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

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

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

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