#DC8480

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

Shades of Sea Pink #DC8480

Tints of Sea Pink #DC8480

Color information

#DC8480 (or 0xDC8480) is unknown color: approx Sea Pink. HEX triplet: DC, 84 and 80. RGB value is (220,132,128). Sum of RGB (Red+Green+Blue) = 220+132+128=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8480 is #237B7F. Grayscale: #9D9D9D. Windows color (decimal): -2325376 or 8422620. OLE color: 8422620.

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

Color convert

RGB220132128-
CMYK00.400.420.14
HSL2.61º56.79%68.24%-
HSV(B)2.61º41.82%86.27%-
XYZ41.6633.2824.65-
YUV157.86111.15172.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=45.83%
G=27.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013212800.400.420.142.6156.7968.24
HexDC84800282AE33944
Octal3342042000505216371104
Binary11011100100001001000000001010001010101110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8480; }

 p { color: rgb(220,132,128); }

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

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

 a { background-color: rgb(220,132,128); }

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

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

 span { border-color: rgb(220,132,128); }

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