#DC8882

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

Shades of Sea Pink #DC8882

Tints of Sea Pink #DC8882

Color information

#DC8882 (or 0xDC8882) is unknown color: approx Sea Pink. HEX triplet: DC, 88 and 82. RGB value is (220,136,130). Sum of RGB (Red+Green+Blue) = 220+136+130=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8882 is #23777D. Grayscale: #A0A0A0. Windows color (decimal): -2324350 or 8554716. OLE color: 8554716.

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

Color convert

RGB220136130-
CMYK00.380.410.14
HSL56.25%68.63%-
HSV(B)40.91%86.27%-
XYZ42.3534.4425.53-
YUV160.43110.83170.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=45.27%
G=27.98%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013613000.380.410.14456.2568.63
HexDC888202629E43845
Octal3342102020465116470105
Binary110111001000100010000010010011010100111101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8882; }

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

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

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

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

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

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

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

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