#DC867D

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

Shades of Sea Pink #DC867D

Tints of Sea Pink #DC867D

Color information

#DC867D (or 0xDC867D) is unknown color: approx Sea Pink. HEX triplet: DC, 86 and 7D. RGB value is (220,134,125). Sum of RGB (Red+Green+Blue) = 220+134+125=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867D is #237982. Grayscale: #9E9E9E. Windows color (decimal): -2324867 or 8226524. OLE color: 8226524.

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

Color convert

RGB220134125-
CMYK00.390.430.14
HSL5.68º57.58%67.65%-
HSV(B)5.68º43.18%86.27%-
XYZ41.7433.7523.72-
YUV158.69108.99171.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=45.93%
G=27.97%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013412500.390.430.145.6857.5867.65
HexDC867D0272BE63a44
Octal3342061750475316672104
Binary11011100100001101111101010011110101111101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC867D; }

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

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

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

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

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

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

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

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