#DC867F

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

Shades of Sea Pink #DC867F

Tints of Sea Pink #DC867F

Color information

#DC867F (or 0xDC867F) is unknown color: approx Sea Pink. HEX triplet: DC, 86 and 7F. RGB value is (220,134,127). Sum of RGB (Red+Green+Blue) = 220+134+127=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867F is #237980. Grayscale: #9F9F9F. Windows color (decimal): -2324865 or 8357596. OLE color: 8357596.

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

Color convert

RGB220134127-
CMYK00.390.420.14
HSL4.52º57.06%68.04%-
HSV(B)4.52º42.27%86.27%-
XYZ41.8733.824.4-
YUV158.92109.99171.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 127 (50% from 255) = 26.40%
R=45.74%
G=27.86%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013412700.390.420.144.5257.0668.04
HexDC867F0272AE53944
Octal3342061770475216571104
Binary11011100100001101111111010011110101011101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC867F; }

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

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

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

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

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

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

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

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