#D56E85

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

Shades of Charm #D56E85

Tints of Charm #D56E85

Color information

#D56E85 (or 0xD56E85) is unknown color: approx Charm. HEX triplet: D5, 6E and 85. RGB value is (213,110,133). Sum of RGB (Red+Green+Blue) = 213+110+133=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E85 is #2A917A. Grayscale: #8F8F8F. Windows color (decimal): -2789755 or 8744661. OLE color: 8744661.

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

Color convert

RGB213110133-
CMYK00.480.380.16
HSL346.6º55.08%63.33%-
HSV(B)346.6º48.36%83.53%-
XYZ37.2526.9925.44-
YUV143.42122.12177.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=46.71%
G=24.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311013300.480.380.16346.655.0863.33
HexD56E85030261015b373f
Octal32515620506046205336777
Binary11010101110111010000101011000010011010000101011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E85; }

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

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

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

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

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

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

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

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