#D6535E

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

Shades of Mandy #D6535E

Tints of Mandy #D6535E

Color information

#D6535E (or 0xD6535E) is unknown color: approx Mandy. HEX triplet: D6, 53 and 5E. RGB value is (214,83,94). Sum of RGB (Red+Green+Blue) = 214+83+94=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6535E is #29ACA1. Grayscale: #7B7B7B. Windows color (decimal): -2731170 or 6181846. OLE color: 6181846.

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

Color convert

RGB2148394-
CMYK00.610.560.16
HSL354.96º61.5%58.24%-
HSV(B)354.96º61.21%83.92%-
XYZ32.8521.2912.97-
YUV123.42111.4192.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=54.73%
G=21.23%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214839400.610.560.16354.9661.558.24
HexD6535E03D38101633e3a
Octal32612313607570205437672
Binary1101011010100111011110011110111100010000101100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6535E; }

 p { color: rgb(214,83,94); }

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

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

 a { background-color: rgb(214,83,94); }

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

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

 span { border-color: rgb(214,83,94); }

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