#D56D7D

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

Shades of Charm #D56D7D

Tints of Charm #D56D7D

Color information

#D56D7D (or 0xD56D7D) is unknown color: approx Charm. HEX triplet: D5, 6D and 7D. RGB value is (213,109,125). Sum of RGB (Red+Green+Blue) = 213+109+125=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D7D is #2A9282. Grayscale: #8D8D8D. Windows color (decimal): -2790019 or 8220117. OLE color: 8220117.

HSL color Cylindrical-coordinate representation of color #D56D7D: hue angle of 350.77º degrees, saturation: 0.55, 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 #D56D7D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213109125-
CMYK00.490.410.16
HSL350.77º55.32%63.14%-
HSV(B)350.77º48.83%83.53%-
XYZ36.6126.5622.6-
YUV141.92118.46178.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=47.65%
G=24.38%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310912500.490.410.16350.7755.3263.14
HexD56D7D031291015f373f
Octal32515517506151205376777
Binary1101010111011011111101011000110100110000101011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D7D; }

 p { color: rgb(213,109,125); }

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

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

 a { background-color: rgb(213,109,125); }

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

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

 span { border-color: rgb(213,109,125); }

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