#DC8781

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

Shades of Sea Pink #DC8781

Tints of Sea Pink #DC8781

Color information

#DC8781 (or 0xDC8781) is unknown color: approx Sea Pink. HEX triplet: DC, 87 and 81. RGB value is (220,135,129). Sum of RGB (Red+Green+Blue) = 220+135+129=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8781 is #23787E. Grayscale: #9F9F9F. Windows color (decimal): -2324607 or 8488924. OLE color: 8488924.

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

Color convert

RGB220135129-
CMYK00.390.410.14
HSL3.96º56.52%68.43%-
HSV(B)3.96º41.36%86.27%-
XYZ42.1434.1325.14-
YUV159.73110.66170.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=45.45%
G=27.89%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013512900.390.410.143.9656.5268.43
HexDC878102729E43944
Octal3342072010475116471104
Binary110111001000011110000001010011110100111101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8781; }

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

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

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

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

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

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

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

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