#D56E8B

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

Shades of Charm #D56E8B

Tints of Charm #D56E8B

Color information

#D56E8B (or 0xD56E8B) is unknown color: approx Charm. HEX triplet: D5, 6E and 8B. RGB value is (213,110,139). Sum of RGB (Red+Green+Blue) = 213+110+139=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E8B is #2A9174. Grayscale: #909090. Windows color (decimal): -2789749 or 9137877. OLE color: 9137877.

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

Color convert

RGB213110139-
CMYK00.480.350.16
HSL343.11º55.08%63.33%-
HSV(B)343.11º48.36%83.53%-
XYZ37.6827.1627.68-
YUV144.1125.12177.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=46.10%
G=23.81%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311013900.480.350.16343.1155.0863.33
HexD56E8B0302310157373f
Octal32515621306043205276777
Binary11010101110111010001011011000010001110000101010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E8B; }

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

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

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

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

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

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

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

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