#DA857F

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

Shades of Sea Pink #DA857F

Tints of Sea Pink #DA857F

Color information

#DA857F (or 0xDA857F) is unknown color: approx Sea Pink. HEX triplet: DA, 85 and 7F. RGB value is (218,133,127). Sum of RGB (Red+Green+Blue) = 218+133+127=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857F is #257A80. Grayscale: #9D9D9D. Windows color (decimal): -2456193 or 8357338. OLE color: 8357338.

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

Color convert

RGB218133127-
CMYK00.390.420.15
HSL3.96º55.15%67.65%-
HSV(B)3.96º41.74%85.49%-
XYZ41.1333.2124.32-
YUV157.73110.66170.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 127 (50% from 255) = 26.57%
R=45.61%
G=27.82%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813312700.390.420.153.9655.1567.65
HexDA857F0272AF43744
Octal3322051770475217467104
Binary11011010100001011111111010011110101011111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA857F; }

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

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

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

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

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

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

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

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