#DC857F

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

Shades of Sea Pink #DC857F

Tints of Sea Pink #DC857F

Color information

#DC857F (or 0xDC857F) is unknown color: approx Sea Pink. HEX triplet: DC, 85 and 7F. RGB value is (220,133,127). Sum of RGB (Red+Green+Blue) = 220+133+127=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC857F is #237A80. Grayscale: #9E9E9E. Windows color (decimal): -2325121 or 8357340. OLE color: 8357340.

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

Color convert

RGB220133127-
CMYK00.400.420.14
HSL3.87º57.06%68.04%-
HSV(B)3.87º42.27%86.27%-
XYZ41.7333.5224.35-
YUV158.33110.32171.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 127 (50% from 255) = 26.46%
R=45.83%
G=27.71%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013312700.400.420.143.8757.0668.04
HexDC857F0282AE43944
Octal3342051770505216471104
Binary11011100100001011111111010100010101011101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC857F; }

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

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

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

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

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

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

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

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