#dc857e

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

Shades of Sea Pink #DC857E

Tints of Sea Pink #DC857E

Color information

#DC857E (or 0xDC857E) is unknown color: approx Sea Pink. HEX triplet: DC, 85 and 7E. RGB value is (220,133,126). Sum of RGB (Red+Green+Blue) = 220+133+126=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC857E is #237A81. Grayscale: #9E9E9E. Windows color (decimal): -2325122 or 8291804. OLE color: 8291804.

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

Color convert

RGB220133126-
CMYK00.400.430.14
HSL4.47º57.32%67.84%-
HSV(B)4.47º42.73%86.27%-
XYZ41.6733.524.01-
YUV158.22109.82172.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=45.93%
G=27.77%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013312600.400.430.144.4757.3267.84
HexDC857E0282BE43944
Octal3342051760505316471104
Binary11011100100001011111110010100010101111101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc857e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc857e; }

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

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

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

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

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

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

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

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