#D3464E

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

Shades of Mandy #D3464E

Tints of Mandy #D3464E

Color information

#D3464E (or 0xD3464E) is unknown color: approx Mandy. HEX triplet: D3, 46 and 4E. RGB value is (211,70,78). Sum of RGB (Red+Green+Blue) = 211+70+78=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3464E is #2CB9B1. Grayscale: #717171. Windows color (decimal): -2931122 or 5129939. OLE color: 5129939.

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

Color convert

RGB2117078-
CMYK00.670.630.17
HSL356.6º61.57%55.1%-
HSV(B)356.6º66.82%82.75%-
XYZ30.4318.789.23-
YUV113.07108.21197.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.77%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=58.77%
G=19.50%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211707800.670.630.17356.661.5755.1
HexD3464E0433F111653e37
Octal323106116010377215457667
Binary11010011100011010011100100001111111110001101100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3464E; }

 p { color: rgb(211,70,78); }

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

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

 a { background-color: rgb(211,70,78); }

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

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

 span { border-color: rgb(211,70,78); }

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