#D56E6E

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

Shades of Contessa #D56E6E

Tints of Contessa #D56E6E

Color information

#D56E6E (or 0xD56E6E) is unknown color: approx Contessa. HEX triplet: D5, 6E and 6E. RGB value is (213,110,110). Sum of RGB (Red+Green+Blue) = 213+110+110=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E6E is #2A9191. Grayscale: #8C8C8C. Windows color (decimal): -2789778 or 7237333. OLE color: 7237333.

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

Color convert

RGB213110110-
CMYK00.480.480.16
HSL55.08%63.33%-
HSV(B)48.36%83.53%-
XYZ35.8326.4217.96-
YUV140.8110.62179.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=49.19%
G=25.40%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311011000.480.480.16055.0863.33
HexD56E6E03030100373f
Octal325156156060602006777
Binary11010101110111011011100110000110000100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E6E; }

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

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

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

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

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

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

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

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