#db857c

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

Shades of Sea Pink #DB857C

Tints of Sea Pink #DB857C

Color information

#DB857C (or 0xDB857C) is unknown color: approx Sea Pink. HEX triplet: DB, 85 and 7C. RGB value is (219,133,124). Sum of RGB (Red+Green+Blue) = 219+133+124=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB857C is #247A83. Grayscale: #9D9D9D. Windows color (decimal): -2390660 or 8160731. OLE color: 8160731.

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

Color convert

RGB219133124-
CMYK00.390.430.14
HSL5.68º56.89%67.25%-
HSV(B)5.68º43.38%85.88%-
XYZ41.2433.2923.32-
YUV157.69108.99171.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=46.01%
G=27.94%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913312400.390.430.145.6856.8967.25
HexDB857C0272BE63943
Octal3332051740475316671103
Binary11011011100001011111100010011110101111101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db857c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db857c; }

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

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

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

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

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

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

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

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