#D1405D

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

Shades of Mandy #D1405D

Tints of Mandy #D1405D

Color information

#D1405D (or 0xD1405D) is unknown color: approx Mandy. HEX triplet: D1, 40 and 5D. RGB value is (209,64,93). Sum of RGB (Red+Green+Blue) = 209+64+93=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1405D is #2EBFA2. Grayscale: #6E6E6E. Windows color (decimal): -3063715 or 6111441. OLE color: 6111441.

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

Color convert

RGB2096493-
CMYK00.690.560.18
HSL348º61.18%53.53%-
HSV(B)348º69.38%81.96%-
XYZ30.118.0112.25-
YUV110.66118.04198.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=57.10%
G=17.49%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209649300.690.560.1834861.1853.53
HexD1405D045381215c3d36
Octal321100135010570225347566
Binary11010001100000010111010100010111100010010101011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1405D; }

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

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

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

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

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

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

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

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