#dc7f7e

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

Shades of Sea Pink #DC7F7E

Tints of Sea Pink #DC7F7E

Color information

#DC7F7E (or 0xDC7F7E) is unknown color: approx Sea Pink. HEX triplet: DC, 7F and 7E. RGB value is (220,127,126). Sum of RGB (Red+Green+Blue) = 220+127+126=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F7E is #238081. Grayscale: #9A9A9A. Windows color (decimal): -2326658 or 8290268. OLE color: 8290268.

HSL color Cylindrical-coordinate representation of color #DC7F7E: hue angle of 0.64º degrees, saturation: 0.57, 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 #DC7F7E is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220127126-
CMYK00.420.430.14
HSL0.64º57.32%67.84%-
HSV(B)0.64º42.73%86.27%-
XYZ40.8731.923.74-
YUV154.69111.81174.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=46.51%
G=26.85%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012712600.420.430.140.6457.3267.84
HexDC7F7E02A2BE13944
Octal3341771760525316171104
Binary11011100111111111111100101010101011111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7f7e; }

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

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

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

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

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

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

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

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