#DC807F

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

Shades of Sea Pink #DC807F

Tints of Sea Pink #DC807F

Color information

#DC807F (or 0xDC807F) is unknown color: approx Sea Pink. HEX triplet: DC, 80 and 7F. RGB value is (220,128,127). Sum of RGB (Red+Green+Blue) = 220+128+127=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807F is #237F80. Grayscale: #9B9B9B. Windows color (decimal): -2326401 or 8356060. OLE color: 8356060.

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

Color convert

RGB220128127-
CMYK00.420.420.14
HSL0.65º57.06%68.04%-
HSV(B)0.65º42.27%86.27%-
XYZ41.0732.1924.13-
YUV155.39111.98174.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 127 (50% from 255) = 26.74%
R=46.32%
G=26.95%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012812700.420.420.140.6557.0668.04
HexDC807F02A2AE13944
Octal3342001770525216171104
Binary110111001000000011111110101010101010111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC807F; }

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

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

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

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

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

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

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

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