#D56981

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

Shades of Charm #D56981

Tints of Charm #D56981

Color information

#D56981 (or 0xD56981) is unknown color: approx Charm. HEX triplet: D5, 69 and 81. RGB value is (213,105,129). Sum of RGB (Red+Green+Blue) = 213+105+129=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56981 is #2A967E. Grayscale: #8C8C8C. Windows color (decimal): -2791039 or 8481237. OLE color: 8481237.

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

Color convert

RGB213105129-
CMYK00.510.390.16
HSL346.67º56.25%62.35%-
HSV(B)346.67º50.7%83.53%-
XYZ36.4525.8323.83-
YUV140.03121.78180.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=47.65%
G=23.49%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310512900.510.390.16346.6756.2562.35
HexD56981033271015b383e
Octal32515120106347205337076
Binary11010101110100110000001011001110011110000101011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56981; }

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

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

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

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

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

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

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

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