#DC807D

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

Shades of Sea Pink #DC807D

Tints of Sea Pink #DC807D

Color information

#DC807D (or 0xDC807D) is unknown color: approx Sea Pink. HEX triplet: DC, 80 and 7D. RGB value is (220,128,125). Sum of RGB (Red+Green+Blue) = 220+128+125=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807D is #237F82. Grayscale: #9B9B9B. Windows color (decimal): -2326403 or 8224988. OLE color: 8224988.

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

Color convert

RGB220128125-
CMYK00.420.430.14
HSL1.89º57.58%67.65%-
HSV(B)1.89º43.18%86.27%-
XYZ40.9432.1323.45-
YUV155.17110.98174.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=46.51%
G=27.06%
B=26.43%

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
Decimal22012812500.420.430.141.8957.5867.65
HexDC807D02A2BE23a44
Octal3342001750525316272104
Binary1101110010000000111110101010101010111110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC807D; }

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

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

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

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

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

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

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

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