#D56A88

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

Shades of Charm #D56A88

Tints of Charm #D56A88

Color information

#D56A88 (or 0xD56A88) is unknown color: approx Charm. HEX triplet: D5, 6A and 88. RGB value is (213,106,136). Sum of RGB (Red+Green+Blue) = 213+106+136=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A88 is #2A9577. Grayscale: #8D8D8D. Windows color (decimal): -2790776 or 8940245. OLE color: 8940245.

HSL color Cylindrical-coordinate representation of color #D56A88: hue angle of 343.18º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A88 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213106136-
CMYK00.500.360.16
HSL343.18º56.02%62.55%-
HSV(B)343.18º50.23%83.53%-
XYZ37.0426.2326.4-
YUV141.41124.95179.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=46.81%
G=23.30%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310613600.500.360.16343.1856.0262.55
HexD56A880322410157383f
Octal32515221006244205277077
Binary11010101110101010001000011001010010010000101010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A88; }

 p { color: rgb(213,106,136); }

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

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

 a { background-color: rgb(213,106,136); }

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

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

 span { border-color: rgb(213,106,136); }

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