#DC877F

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

Shades of Sea Pink #DC877F

Tints of Sea Pink #DC877F

Color information

#DC877F (or 0xDC877F) is unknown color: approx Sea Pink. HEX triplet: DC, 87 and 7F. RGB value is (220,135,127). Sum of RGB (Red+Green+Blue) = 220+135+127=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC877F is #237880. Grayscale: #9F9F9F. Windows color (decimal): -2324609 or 8357852. OLE color: 8357852.

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

Color convert

RGB220135127-
CMYK00.390.420.14
HSL5.16º57.06%68.04%-
HSV(B)5.16º42.27%86.27%-
XYZ42.0134.0824.44-
YUV159.5109.66171.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 127 (50% from 255) = 26.35%
R=45.64%
G=28.01%
B=26.35%

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
Decimal22013512700.390.420.145.1657.0668.04
HexDC877F0272AE53944
Octal3342071770475216571104
Binary11011100100001111111111010011110101011101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC877F; }

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

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

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

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

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

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

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

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