#D58386

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

Shades of Charm #D58386

Tints of Charm #D58386

Color information

#D58386 (or 0xD58386) is unknown color: approx Charm. HEX triplet: D5, 83 and 86. RGB value is (213,131,134). Sum of RGB (Red+Green+Blue) = 213+131+134=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58386 is #2A7C79. Grayscale: #9B9B9B. Windows color (decimal): -2784378 or 8815573. OLE color: 8815573.

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

Color convert

RGB213131134-
CMYK00.380.370.16
HSL357.8º49.4%67.45%-
HSV(B)357.8º38.5%83.53%-
XYZ39.8632.126.65-
YUV155.86115.67168.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=44.56%
G=27.41%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313113400.380.370.16357.849.467.45
HexD5838602625101663143
Octal325203206046452054661103
Binary1101010110000011100001100100110100101100001011001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58386; }

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

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

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

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

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

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

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

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