#D56987

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

Shades of Charm #D56987

Tints of Charm #D56987

Color information

#D56987 (or 0xD56987) is unknown color: approx Charm. HEX triplet: D5, 69 and 87. RGB value is (213,105,135). Sum of RGB (Red+Green+Blue) = 213+105+135=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D56987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56987 is #2A9678. Grayscale: #8C8C8C. Windows color (decimal): -2791033 or 8874453. OLE color: 8874453.

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

Color convert

RGB213105135-
CMYK00.510.370.16
HSL343.33º56.25%62.35%-
HSV(B)343.33º50.7%83.53%-
XYZ36.872626-
YUV140.71124.78179.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=47.02%
G=23.18%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310513500.510.370.16343.3356.2562.35
HexD569870332510157383e
Octal32515120706345205277076
Binary11010101110100110000111011001110010110000101010111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56987; }

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

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

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

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

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

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

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

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