#D56484

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

Shades of Charm #D56484

Tints of Charm #D56484

Color information

#D56484 (or 0xD56484) is unknown color: approx Charm. HEX triplet: D5, 64 and 84. RGB value is (213,100,132). Sum of RGB (Red+Green+Blue) = 213+100+132=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D56484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56484 is #2A9B7B. Grayscale: #898989. Windows color (decimal): -2792316 or 8676565. OLE color: 8676565.

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

Color convert

RGB213100132-
CMYK00.530.380.16
HSL343.01º57.36%61.37%-
HSV(B)343.01º53.05%83.53%-
XYZ36.1624.9324.74-
YUV137.44124.94181.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=47.87%
G=22.47%
B=29.66%

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
Decimal21310013200.530.380.16343.0157.3661.37
HexD564840352610157393d
Octal32514420406546205277175
Binary11010101110010010000100011010110011010000101010111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56484; }

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

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

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

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

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

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

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

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