#DC8482

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

Shades of Sea Pink #DC8482

Tints of Sea Pink #DC8482

Color information

#DC8482 (or 0xDC8482) is unknown color: approx Sea Pink. HEX triplet: DC, 84 and 82. RGB value is (220,132,130). Sum of RGB (Red+Green+Blue) = 220+132+130=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8482 is #237B7D. Grayscale: #9E9E9E. Windows color (decimal): -2325374 or 8553692. OLE color: 8553692.

HSL color Cylindrical-coordinate representation of color #DC8482: hue angle of 1.33º 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 #DC8482 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220132130-
CMYK00.400.410.14
HSL1.33º56.25%68.63%-
HSV(B)1.33º40.91%86.27%-
XYZ41.833.3325.35-
YUV158.08112.15172.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=45.64%
G=27.39%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013213000.400.410.141.3356.2568.63
HexDC848202829E13845
Octal3342042020505116170105
Binary1101110010000100100000100101000101001111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8482; }

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

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

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

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

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

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

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

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