#D56E6D

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

Shades of Contessa #D56E6D

Tints of Contessa #D56E6D

Color information

#D56E6D (or 0xD56E6D) is unknown color: approx Contessa. HEX triplet: D5, 6E and 6D. RGB value is (213,110,109). Sum of RGB (Red+Green+Blue) = 213+110+109=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E6D is #2A9192. Grayscale: #8C8C8C. Windows color (decimal): -2789779 or 7171797. OLE color: 7171797.

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

Color convert

RGB213110109-
CMYK00.480.490.16
HSL0.58º55.32%63.14%-
HSV(B)0.58º48.83%83.53%-
XYZ35.7826.417.68-
YUV140.68110.12179.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=49.31%
G=25.46%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311010900.480.490.160.5855.3263.14
HexD56E6D03031101373f
Octal325156155060612016777
Binary11010101110111011011010110000110001100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E6D; }

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

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

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

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

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

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

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

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