#D58786

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

Shades of Sea Pink #D58786

Tints of Sea Pink #D58786

Color information

#D58786 (or 0xD58786) is unknown color: approx Sea Pink. HEX triplet: D5, 87 and 86. RGB value is (213,135,134). Sum of RGB (Red+Green+Blue) = 213+135+134=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D58786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58786 is #2A7879. Grayscale: #9E9E9E. Windows color (decimal): -2783354 or 8816597. OLE color: 8816597.

HSL color Cylindrical-coordinate representation of color #D58786: hue angle of 0.76º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58786 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB213135134-
CMYK00.370.370.16
HSL0.76º48.47%68.04%-
HSV(B)0.76º37.09%83.53%-
XYZ40.4133.226.83-
YUV158.21114.34167.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=44.19%
G=28.01%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313513400.370.370.160.7648.4768.04
HexD58786025251013044
Octal3252072060454520160104
Binary11010101100001111000011001001011001011000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58786; }

 p { color: rgb(213,135,134); }

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

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

 a { background-color: rgb(213,135,134); }

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

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

 span { border-color: rgb(213,135,134); }

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