#D58686

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

Shades of Sea Pink #D58686

Tints of Sea Pink #D58686

Color information

#D58686 (or 0xD58686) is unknown color: approx Sea Pink. HEX triplet: D5, 86 and 86. RGB value is (213,134,134). Sum of RGB (Red+Green+Blue) = 213+134+134=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D58686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58686 is #2A7979. Grayscale: #9D9D9D. Windows color (decimal): -2783610 or 8816341. OLE color: 8816341.

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

Color convert

RGB213134134-
CMYK00.370.370.16
HSL48.47%68.04%-
HSV(B)37.09%83.53%-
XYZ40.2732.9226.79-
YUV157.62114.67167.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=44.28%
G=27.86%
B=27.86%

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
Decimal21313413400.370.370.16048.4768.04
HexD58686025251003044
Octal3252062060454520060104
Binary11010101100001101000011001001011001011000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58686; }

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

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

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

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

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

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

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

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