#D56D85

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

Shades of Charm #D56D85

Tints of Charm #D56D85

Color information

#D56D85 (or 0xD56D85) is unknown color: approx Charm. HEX triplet: D5, 6D and 85. RGB value is (213,109,133). Sum of RGB (Red+Green+Blue) = 213+109+133=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D85 is #2A927A. Grayscale: #8E8E8E. Windows color (decimal): -2790011 or 8744405. OLE color: 8744405.

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

Color convert

RGB213109133-
CMYK00.490.380.16
HSL346.15º55.32%63.14%-
HSV(B)346.15º48.83%83.53%-
XYZ37.1426.7825.4-
YUV142.83122.46178.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=46.81%
G=23.96%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310913300.490.380.16346.1555.3263.14
HexD56D85031261015a373f
Octal32515520506146205326777
Binary11010101110110110000101011000110011010000101011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D85; }

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

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

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

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

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

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

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

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