#DC8987

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

Shades of Sea Pink #DC8987

Tints of Sea Pink #DC8987

Color information

#DC8987 (or 0xDC8987) is unknown color: approx Sea Pink. HEX triplet: DC, 89 and 87. RGB value is (220,137,135). Sum of RGB (Red+Green+Blue) = 220+137+135=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8987 is #237678. Grayscale: #A1A1A1. Windows color (decimal): -2324089 or 8882652. OLE color: 8882652.

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

Color convert

RGB220137135-
CMYK00.380.390.14
HSL1.41º54.84%69.61%-
HSV(B)1.41º38.64%86.27%-
XYZ42.8334.8627.39-
YUV161.59113169.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=44.72%
G=27.85%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013713500.380.390.141.4154.8469.61
HexDC898702627E13746
Octal3342112070464716167106
Binary1101110010001001100001110100110100111111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8987; }

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

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

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

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

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

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

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

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