#D56586

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

Shades of Charm #D56586

Tints of Charm #D56586

Color information

#D56586 (or 0xD56586) is unknown color: approx Charm. HEX triplet: D5, 65 and 86. RGB value is (213,101,134). Sum of RGB (Red+Green+Blue) = 213+101+134=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56586 is #2A9A79. Grayscale: #8A8A8A. Windows color (decimal): -2792058 or 8807893. OLE color: 8807893.

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

Color convert

RGB213101134-
CMYK00.530.370.16
HSL342.32º57.14%61.57%-
HSV(B)342.32º52.58%83.53%-
XYZ36.425.1725.5-
YUV138.25125.61181.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=47.54%
G=22.54%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310113400.530.370.16342.3257.1461.57
HexD565860352510156393e
Octal32514520606545205267176
Binary11010101110010110000110011010110010110000101010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56586; }

 p { color: rgb(213,101,134); }

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

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

 a { background-color: rgb(213,101,134); }

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

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

 span { border-color: rgb(213,101,134); }

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