#D56787

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

Shades of Charm #D56787

Tints of Charm #D56787

Color information

#D56787 (or 0xD56787) is unknown color: approx Charm. HEX triplet: D5, 67 and 87. RGB value is (213,103,135). Sum of RGB (Red+Green+Blue) = 213+103+135=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D56787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56787 is #2A9878. Grayscale: #8B8B8B. Windows color (decimal): -2791545 or 8873941. OLE color: 8873941.

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

Color convert

RGB213103135-
CMYK00.520.370.16
HSL342.55º56.7%61.96%-
HSV(B)342.55º51.64%83.53%-
XYZ36.6625.625.93-
YUV139.54125.44180.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=47.23%
G=22.84%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310313500.520.370.16342.5556.761.96
HexD567870342510157393e
Octal32514720706445205277176
Binary11010101110011110000111011010010010110000101010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56787; }

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

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

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

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

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

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

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

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