#D55356

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

Shades of Mandy #D55356

Tints of Mandy #D55356

Color information

#D55356 (or 0xD55356) is unknown color: approx Mandy. HEX triplet: D5, 53 and 56. RGB value is (213,83,86). Sum of RGB (Red+Green+Blue) = 213+83+86=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55356 is #2AACA9. Grayscale: #7A7A7A. Windows color (decimal): -2796714 or 5657557. OLE color: 5657557.

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

Color convert

RGB2138386-
CMYK00.610.600.16
HSL358.62º60.75%58.04%-
HSV(B)358.62º61.03%83.53%-
XYZ32.212111.16-
YUV122.21107.57192.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=55.76%
G=21.73%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213838600.610.600.16358.6260.7558.04
HexD5535603D3C101673d3a
Octal32512312607574205477572
Binary1101010110100111010110011110111110010000101100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55356; }

 p { color: rgb(213,83,86); }

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

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

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

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

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

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

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