#D1535E

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

Shades of Mandy #D1535E

Tints of Mandy #D1535E

Color information

#D1535E (or 0xD1535E) is unknown color: approx Mandy. HEX triplet: D1, 53 and 5E. RGB value is (209,83,94). Sum of RGB (Red+Green+Blue) = 209+83+94=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1535E is #2EACA1. Grayscale: #7A7A7A. Windows color (decimal): -3058850 or 6181841. OLE color: 6181841.

HSL color Cylindrical-coordinate representation of color #D1535E: hue angle of 354.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1535E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2098394-
CMYK00.600.550.18
HSL354.76º57.8%57.25%-
HSV(B)354.76º60.29%81.96%-
XYZ31.4120.5512.9-
YUV121.93112.24190.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=54.15%
G=21.50%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209839400.600.550.18354.7657.857.25
HexD1535E03C37121633a39
Octal32112313607467225437271
Binary1101000110100111011110011110011011110010101100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1535E; }

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

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

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

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

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

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

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

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