#D5535A

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

Shades of Mandy #D5535A

Tints of Mandy #D5535A

Color information

#D5535A (or 0xD5535A) is unknown color: approx Mandy. HEX triplet: D5, 53 and 5A. RGB value is (213,83,90). Sum of RGB (Red+Green+Blue) = 213+83+90=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5535A is #2AACA5. Grayscale: #7A7A7A. Windows color (decimal): -2796710 or 5919701. OLE color: 5919701.

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

Color convert

RGB2138390-
CMYK00.610.580.16
HSL356.77º60.75%58.04%-
HSV(B)356.77º61.03%83.53%-
XYZ32.3821.0712.03-
YUV122.67109.57192.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.18%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=55.18%
G=21.50%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213839000.610.580.16356.7760.7558.04
HexD5535A03D3A101653d3a
Octal32512313207572205457572
Binary1101010110100111011010011110111101010000101100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5535A; }

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

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

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

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

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

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

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

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