#D58486

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

Shades of Charm #D58486

Tints of Charm #D58486

Color information

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

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

Color convert

RGB213132134-
CMYK00.380.370.16
HSL358.52º49.09%67.65%-
HSV(B)358.52º38.03%83.53%-
XYZ39.9932.3726.69-
YUV156.45115.34168.34-

RGB Variations

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

RGB

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

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
Decimal21313213400.380.370.16358.5249.0967.65
HexD5848602625101673144
Octal325204206046452054761104
Binary1101010110000100100001100100110100101100001011001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58486; }

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

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

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

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

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

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

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

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