#d1525d

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

Shades of Mandy #D1525D

Tints of Mandy #D1525D

Color information

#D1525D (or 0xD1525D) is unknown color: approx Mandy. HEX triplet: D1, 52 and 5D. RGB value is (209,82,93). Sum of RGB (Red+Green+Blue) = 209+82+93=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1525D is #2EADA2. Grayscale: #797979. Windows color (decimal): -3059107 or 6116049. OLE color: 6116049.

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

Color convert

RGB2098293-
CMYK00.610.560.18
HSL354.8º57.99%57.06%-
HSV(B)354.8º60.77%81.96%-
XYZ31.2920.3812.64-
YUV121.23112.08190.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=54.43%
G=21.35%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209829300.610.560.18354.857.9957.06
HexD1525D03D38121633a39
Octal32112213507570225437271
Binary1101000110100101011101011110111100010010101100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1525d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1525d; }

 p { color: rgb(209,82,93); }

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

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

 a { background-color: rgb(209,82,93); }

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

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

 span { border-color: rgb(209,82,93); }

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