#DC8785

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

Shades of Sea Pink #DC8785

Tints of Sea Pink #DC8785

Color information

#DC8785 (or 0xDC8785) is unknown color: approx Sea Pink. HEX triplet: DC, 87 and 85. RGB value is (220,135,133). Sum of RGB (Red+Green+Blue) = 220+135+133=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8785 is #23787A. Grayscale: #A0A0A0. Windows color (decimal): -2324603 or 8751068. OLE color: 8751068.

HSL color Cylindrical-coordinate representation of color #DC8785: hue angle of 1.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8785 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220135133-
CMYK00.390.400.14
HSL1.38º55.41%69.22%-
HSV(B)1.38º39.55%86.27%-
XYZ42.4134.2426.56-
YUV160.19112.66170.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=45.08%
G=27.66%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013513300.390.400.141.3855.4169.22
HexDC878502728E13745
Octal3342072050475016167105
Binary1101110010000111100001010100111101000111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8785; }

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

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

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

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

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

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

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

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