#d56c82

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

Shades of Charm #D56C82

Tints of Charm #D56C82

Color information

#D56C82 (or 0xD56C82) is unknown color: approx Charm. HEX triplet: D5, 6C and 82. RGB value is (213,108,130). Sum of RGB (Red+Green+Blue) = 213+108+130=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C82 is #2A937D. Grayscale: #8D8D8D. Windows color (decimal): -2790270 or 8547541. OLE color: 8547541.

HSL color Cylindrical-coordinate representation of color #D56C82: hue angle of 347.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56C82 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213108130-
CMYK00.490.390.16
HSL347.43º55.56%62.94%-
HSV(B)347.43º49.3%83.53%-
XYZ36.8326.4824.29-
YUV141.9121.29178.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=47.23%
G=23.95%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310813000.490.390.16347.4355.5662.94
HexD56C82031271015b383f
Octal32515420206147205337077
Binary11010101110110010000010011000110011110000101011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56c82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56c82; }

 p { color: rgb(213,108,130); }

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

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

 a { background-color: rgb(213,108,130); }

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

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

 span { border-color: rgb(213,108,130); }

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