#D58586

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

Shades of Charm #D58586

Tints of Charm #D58586

Color information

#D58586 (or 0xD58586) is unknown color: approx Charm. HEX triplet: D5, 85 and 86. RGB value is (213,133,134). Sum of RGB (Red+Green+Blue) = 213+133+134=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D58586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58586 is #2A7A79. Grayscale: #9D9D9D. Windows color (decimal): -2783866 or 8816085. OLE color: 8816085.

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

Color convert

RGB213133134-
CMYK00.380.370.16
HSL359.25º48.78%67.84%-
HSV(B)359.25º37.56%83.53%-
XYZ40.1332.6426.74-
YUV157.03115167.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=44.38%
G=27.71%
B=27.92%

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
Decimal21313313400.380.370.16359.2548.7867.84
HexD5858602625101673144
Octal325205206046452054761104
Binary1101010110000101100001100100110100101100001011001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58586; }

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

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

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

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

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

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

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

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