#D56584

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

Shades of Charm #D56584

Tints of Charm #D56584

Color information

#D56584 (or 0xD56584) is unknown color: approx Charm. HEX triplet: D5, 65 and 84. RGB value is (213,101,132). Sum of RGB (Red+Green+Blue) = 213+101+132=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56584 is #2A9A7B. Grayscale: #8A8A8A. Windows color (decimal): -2792060 or 8676821. OLE color: 8676821.

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

Color convert

RGB213101132-
CMYK00.530.380.16
HSL343.39º57.14%61.57%-
HSV(B)343.39º52.58%83.53%-
XYZ36.2625.1224.77-
YUV138.02124.61181.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=47.76%
G=22.65%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310113200.530.380.16343.3957.1461.57
HexD565840352610157393e
Octal32514520406546205277176
Binary11010101110010110000100011010110011010000101010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56584; }

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

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

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

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

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

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

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

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