#D56F8B

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

Shades of Charm #D56F8B

Tints of Charm #D56F8B

Color information

#D56F8B (or 0xD56F8B) is unknown color: approx Charm. HEX triplet: D5, 6F and 8B. RGB value is (213,111,139). Sum of RGB (Red+Green+Blue) = 213+111+139=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F8B is #2A9074. Grayscale: #909090. Windows color (decimal): -2789493 or 9138133. OLE color: 9138133.

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

Color convert

RGB213111139-
CMYK00.480.350.16
HSL343.53º54.84%63.53%-
HSV(B)343.53º47.89%83.53%-
XYZ37.7927.3827.72-
YUV144.69124.79176.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=46.00%
G=23.97%
B=30.02%

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
Decimal21311113900.480.350.16343.5354.8463.53
HexD56F8B03023101583740
Octal325157213060432053067100
Binary110101011101111100010110110000100011100001010110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F8B; }

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

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

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

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

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

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

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

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