#db807e

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

Shades of Sea Pink #DB807E

Tints of Sea Pink #DB807E

Color information

#DB807E (or 0xDB807E) is unknown color: approx Sea Pink. HEX triplet: DB, 80 and 7E. RGB value is (219,128,126). Sum of RGB (Red+Green+Blue) = 219+128+126=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB807E is #247F81. Grayscale: #9B9B9B. Windows color (decimal): -2391938 or 8290523. OLE color: 8290523.

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

Color convert

RGB219128126-
CMYK00.420.420.14
HSL1.29º56.36%67.65%-
HSV(B)1.29º42.47%85.88%-
XYZ40.73223.77-
YUV154.98111.65173.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=46.30%
G=27.06%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912812600.420.420.141.2956.3667.65
HexDB807E02A2AE13844
Octal3332001760525216170104
Binary110110111000000011111100101010101010111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db807e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db807e; }

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

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

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

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

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

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

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

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