#DA857C

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

Shades of Sea Pink #DA857C

Tints of Sea Pink #DA857C

Color information

#DA857C (or 0xDA857C) is unknown color: approx Sea Pink. HEX triplet: DA, 85 and 7C. RGB value is (218,133,124). Sum of RGB (Red+Green+Blue) = 218+133+124=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857C is #257A83. Grayscale: #9D9D9D. Windows color (decimal): -2456196 or 8160730. OLE color: 8160730.

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

Color convert

RGB218133124-
CMYK00.390.430.15
HSL5.74º55.95%67.06%-
HSV(B)5.74º43.12%85.49%-
XYZ40.9433.1423.31-
YUV157.39109.16171.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=45.89%
G=28%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813312400.390.430.155.7455.9567.06
HexDA857C0272BF63843
Octal3322051740475317670103
Binary11011010100001011111100010011110101111111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA857C; }

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

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

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

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

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

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

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

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