#D56F87

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

Shades of Charm #D56F87

Tints of Charm #D56F87

Color information

#D56F87 (or 0xD56F87) is unknown color: approx Charm. HEX triplet: D5, 6F and 87. RGB value is (213,111,135). Sum of RGB (Red+Green+Blue) = 213+111+135=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F87 is #2A9078. Grayscale: #909090. Windows color (decimal): -2789497 or 8875989. OLE color: 8875989.

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

Color convert

RGB213111135-
CMYK00.480.370.16
HSL345.88º54.84%63.53%-
HSV(B)345.88º47.89%83.53%-
XYZ37.527.2626.21-
YUV144.23122.79177.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=46.41%
G=24.18%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311113500.480.370.16345.8854.8463.53
HexD56F87030251015a3740
Octal325157207060452053267100
Binary110101011101111100001110110000100101100001010110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F87; }

 p { color: rgb(213,111,135); }

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

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

 a { background-color: rgb(213,111,135); }

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

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

 span { border-color: rgb(213,111,135); }

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