#D56F8A

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

Shades of Charm #D56F8A

Tints of Charm #D56F8A

Color information

#D56F8A (or 0xD56F8A) is unknown color: approx Charm. HEX triplet: D5, 6F and 8A. RGB value is (213,111,138). Sum of RGB (Red+Green+Blue) = 213+111+138=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F8A is #2A9075. Grayscale: #909090. Windows color (decimal): -2789494 or 9072597. OLE color: 9072597.

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

Color convert

RGB213111138-
CMYK00.480.350.16
HSL344.12º54.84%63.53%-
HSV(B)344.12º47.89%83.53%-
XYZ37.7127.3527.34-
YUV144.58124.29176.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=46.10%
G=24.03%
B=29.87%

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
Decimal21311113800.480.350.16344.1254.8463.53
HexD56F8A03023101583740
Octal325157212060432053067100
Binary110101011101111100010100110000100011100001010110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F8A; }

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

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

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

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

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

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

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

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