#DC807C

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

Shades of Sea Pink #DC807C

Tints of Sea Pink #DC807C

Color information

#DC807C (or 0xDC807C) is unknown color: approx Sea Pink. HEX triplet: DC, 80 and 7C. RGB value is (220,128,124). Sum of RGB (Red+Green+Blue) = 220+128+124=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807C is #237F83. Grayscale: #9B9B9B. Windows color (decimal): -2326404 or 8159452. OLE color: 8159452.

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

Color convert

RGB220128124-
CMYK00.420.440.14
HSL2.5º57.83%67.45%-
HSV(B)2.5º43.64%86.27%-
XYZ40.8732.1123.11-
YUV155.05110.48174.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=46.61%
G=27.12%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012812400.420.440.142.557.8367.45
HexDC807C02A2CE33a43
Octal3342001740525416372103
Binary1101110010000000111110001010101011001110111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC807C; }

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

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

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

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

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

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

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

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