#DC7E7D

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

Shades of Sea Pink #DC7E7D

Tints of Sea Pink #DC7E7D

Color information

#DC7E7D (or 0xDC7E7D) is unknown color: approx Sea Pink. HEX triplet: DC, 7E and 7D. RGB value is (220,126,125). Sum of RGB (Red+Green+Blue) = 220+126+125=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E7D is #238182. Grayscale: #9A9A9A. Windows color (decimal): -2326915 or 8224476. OLE color: 8224476.

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

Color convert

RGB220126125-
CMYK00.430.430.14
HSL0.63º57.58%67.65%-
HSV(B)0.63º43.18%86.27%-
XYZ40.6831.6223.36-
YUV153.99111.64175.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=46.71%
G=26.75%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012612500.430.430.140.6357.5867.65
HexDC7E7D02B2BE13a44
Octal3341761750535316172104
Binary11011100111111011111010101011101011111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7E7D; }

 p { color: rgb(220,126,125); }

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

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

 a { background-color: rgb(220,126,125); }

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

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

 span { border-color: rgb(220,126,125); }

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