#DB857E

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

Shades of Sea Pink #DB857E

Tints of Sea Pink #DB857E

Color information

#DB857E (or 0xDB857E) is unknown color: approx Sea Pink. HEX triplet: DB, 85 and 7E. RGB value is (219,133,126). Sum of RGB (Red+Green+Blue) = 219+133+126=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB857E is #247A81. Grayscale: #9E9E9E. Windows color (decimal): -2390658 or 8291803. OLE color: 8291803.

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

Color convert

RGB219133126-
CMYK00.390.420.14
HSL4.52º56.36%67.65%-
HSV(B)4.52º42.47%85.88%-
XYZ41.3733.3423.99-
YUV157.92109.99171.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=45.82%
G=27.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913312600.390.420.144.5256.3667.65
HexDB857E0272AE53844
Octal3332051760475216570104
Binary11011011100001011111110010011110101011101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB857E; }

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

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

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

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

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

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

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

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