#D58684

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

Shades of Sea Pink #D58684

Tints of Sea Pink #D58684

Color information

#D58684 (or 0xD58684) is unknown color: approx Sea Pink. HEX triplet: D5, 86 and 84. RGB value is (213,134,132). Sum of RGB (Red+Green+Blue) = 213+134+132=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58684 is #2A797B. Grayscale: #9D9D9D. Windows color (decimal): -2783612 or 8685269. OLE color: 8685269.

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

Color convert

RGB213134132-
CMYK00.370.380.16
HSL1.48º49.09%67.65%-
HSV(B)1.48º38.03%83.53%-
XYZ40.1332.8626.06-
YUV157.39113.67167.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=44.47%
G=27.97%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313413200.370.380.161.4849.0967.65
HexD58684025261013144
Octal3252062040454620161104
Binary11010101100001101000010001001011001101000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58684; }

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

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

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

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

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

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

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

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