#DC8886

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

Shades of Sea Pink #DC8886

Tints of Sea Pink #DC8886

Color information

#DC8886 (or 0xDC8886) is unknown color: approx Sea Pink. HEX triplet: DC, 88 and 86. RGB value is (220,136,134). Sum of RGB (Red+Green+Blue) = 220+136+134=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8886 is #237779. Grayscale: #A0A0A0. Windows color (decimal): -2324346 or 8816860. OLE color: 8816860.

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

Color convert

RGB220136134-
CMYK00.380.390.14
HSL1.4º55.13%69.41%-
HSV(B)1.4º39.09%86.27%-
XYZ42.6234.5526.98-
YUV160.89112.83170.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=44.90%
G=27.76%
B=27.35%

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
Decimal22013613400.380.390.141.455.1369.41
HexDC888602627E13745
Octal3342102060464716167105
Binary1101110010001000100001100100110100111111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8886; }

 p { color: rgb(220,136,134); }

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

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

 a { background-color: rgb(220,136,134); }

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

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

 span { border-color: rgb(220,136,134); }

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