#D56980

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

Shades of Charm #D56980

Tints of Charm #D56980

Color information

#D56980 (or 0xD56980) is unknown color: approx Charm. HEX triplet: D5, 69 and 80. RGB value is (213,105,128). Sum of RGB (Red+Green+Blue) = 213+105+128=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56980 is #2A967F. Grayscale: #8B8B8B. Windows color (decimal): -2791040 or 8415701. OLE color: 8415701.

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

Color convert

RGB213105128-
CMYK00.510.400.16
HSL347.22º56.25%62.35%-
HSV(B)347.22º50.7%83.53%-
XYZ36.3925.8123.49-
YUV139.91121.28180.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=47.76%
G=23.54%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310512800.510.400.16347.2256.2562.35
HexD56980033281015b383e
Octal32515120006350205337076
Binary11010101110100110000000011001110100010000101011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56980; }

 p { color: rgb(213,105,128); }

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

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

 a { background-color: rgb(213,105,128); }

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

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

 span { border-color: rgb(213,105,128); }

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