#DC7977

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

Shades of Sea Pink #DC7977

Tints of Sea Pink #DC7977

Color information

#DC7977 (or 0xDC7977) is unknown color: approx Sea Pink. HEX triplet: DC, 79 and 77. RGB value is (220,121,119). Sum of RGB (Red+Green+Blue) = 220+121+119=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7977 is #238688. Grayscale: #969696. Windows color (decimal): -2328201 or 7829980. OLE color: 7829980.

HSL color Cylindrical-coordinate representation of color #DC7977: hue angle of 1.19º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7977 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220121119-
CMYK00.450.460.14
HSL1.19º59.06%66.47%-
HSV(B)1.19º45.91%86.27%-
XYZ39.6830.2221.19-
YUV150.37110.3177.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=47.83%
G=26.30%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012111900.450.460.141.1959.0666.47
HexDC797702D2EE13b42
Octal3341711670555616173102
Binary11011100111100111101110101101101110111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7977; }

 p { color: rgb(220,121,119); }

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

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

 a { background-color: rgb(220,121,119); }

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

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

 span { border-color: rgb(220,121,119); }

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