#D1434F

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

Shades of Mandy #D1434F

Tints of Mandy #D1434F

Color information

#D1434F (or 0xD1434F) is unknown color: approx Mandy. HEX triplet: D1, 43 and 4F. RGB value is (209,67,79). Sum of RGB (Red+Green+Blue) = 209+67+79=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1434F is #2EBCB0. Grayscale: #6E6E6E. Windows color (decimal): -3062961 or 5194705. OLE color: 5194705.

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

Color convert

RGB2096779-
CMYK00.680.620.18
HSL354.93º60.68%54.12%-
HSV(B)354.93º67.94%81.96%-
XYZ29.7118.139.33-
YUV110.83110.04198.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=58.87%
G=18.87%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209677900.680.620.18354.9360.6854.12
HexD1434F0443E121633d36
Octal321103117010476225437566
Binary11010001100001110011110100010011111010010101100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1434F; }

 p { color: rgb(209,67,79); }

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

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

 a { background-color: rgb(209,67,79); }

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

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

 span { border-color: rgb(209,67,79); }

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