#D56E80

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

Shades of Charm #D56E80

Tints of Charm #D56E80

Color information

#D56E80 (or 0xD56E80) is unknown color: approx Charm. HEX triplet: D5, 6E and 80. RGB value is (213,110,128). Sum of RGB (Red+Green+Blue) = 213+110+128=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E80 is #2A917F. Grayscale: #8E8E8E. Windows color (decimal): -2789760 or 8416981. OLE color: 8416981.

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

Color convert

RGB213110128-
CMYK00.480.400.16
HSL349.51º55.08%63.33%-
HSV(B)349.51º48.36%83.53%-
XYZ36.9126.8623.66-
YUV142.85119.62178.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=47.23%
G=24.39%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311012800.480.400.16349.5155.0863.33
HexD56E80030281015e373f
Octal32515620006050205366777
Binary11010101110111010000000011000010100010000101011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E80; }

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

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

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

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

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

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

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

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