#D34B5F

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

Shades of Mandy #D34B5F

Tints of Mandy #D34B5F

Color information

#D34B5F (or 0xD34B5F) is unknown color: approx Mandy. HEX triplet: D3, 4B and 5F. RGB value is (211,75,95). Sum of RGB (Red+Green+Blue) = 211+75+95=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34B5F is #2CB4A0. Grayscale: #767676. Windows color (decimal): -2929825 or 6245331. OLE color: 6245331.

HSL color Cylindrical-coordinate representation of color #D34B5F: hue angle of 351.18º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34B5F is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2117595-
CMYK00.640.550.17
HSL351.18º60.71%56.08%-
HSV(B)351.18º64.45%82.75%-
XYZ31.4519.7112.97-
YUV117.94115.06194.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.38%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=55.38%
G=19.69%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211759500.640.550.17351.1860.7156.08
HexD34B5F040371115f3d38
Octal323113137010067215377570
Binary11010011100101110111110100000011011110001101011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34B5F; }

 p { color: rgb(211,75,95); }

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

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

 a { background-color: rgb(211,75,95); }

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

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

 span { border-color: rgb(211,75,95); }

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