#D3484D

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

Shades of Mandy #D3484D

Tints of Mandy #D3484D

Color information

#D3484D (or 0xD3484D) is unknown color: approx Mandy. HEX triplet: D3, 48 and 4D. RGB value is (211,72,77). Sum of RGB (Red+Green+Blue) = 211+72+77=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3484D is #2CB7B2. Grayscale: #727272. Windows color (decimal): -2930611 or 5064915. OLE color: 5064915.

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

Color convert

RGB2117277-
CMYK00.660.640.17
HSL357.84º61.23%55.49%-
HSV(B)357.84º65.88%82.75%-
XYZ30.5219.029.08-
YUV114.13107.05197.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.61%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=58.61%
G=20%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211727700.660.640.17357.8461.2355.49
HexD3484D04240111663d37
Octal3231101150102100215467567
Binary110100111001000100110101000010100000010001101100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3484D; }

 p { color: rgb(211,72,77); }

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

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

 a { background-color: rgb(211,72,77); }

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

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

 span { border-color: rgb(211,72,77); }

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