#D1405B

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

Shades of Mandy #D1405B

Tints of Mandy #D1405B

Color information

#D1405B (or 0xD1405B) is unknown color: approx Mandy. HEX triplet: D1, 40 and 5B. RGB value is (209,64,91). Sum of RGB (Red+Green+Blue) = 209+64+91=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1405B is #2EBFA4. Grayscale: #6E6E6E. Windows color (decimal): -3063717 or 5980369. OLE color: 5980369.

HSL color Cylindrical-coordinate representation of color #D1405B: hue angle of 348.83º 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 #D1405B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2096491-
CMYK00.690.560.18
HSL348.83º61.18%53.53%-
HSV(B)348.83º69.38%81.96%-
XYZ30.0217.9811.79-
YUV110.43117.04198.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 91 (35.94% from 255) = 25%
R=57.42%
G=17.58%
B=25%

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
Decimal209649100.690.560.18348.8361.1853.53
HexD1405B045381215d3d36
Octal321100133010570225357566
Binary11010001100000010110110100010111100010010101011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1405B; }

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

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

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

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

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

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

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

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