#D3434D

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

Shades of Mandy #D3434D

Tints of Mandy #D3434D

Color information

#D3434D (or 0xD3434D) is unknown color: approx Mandy. HEX triplet: D3, 43 and 4D. RGB value is (211,67,77). Sum of RGB (Red+Green+Blue) = 211+67+77=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3434D is #2CBCB2. Grayscale: #6F6F6F. Windows color (decimal): -2931891 or 5063635. OLE color: 5063635.

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

Color convert

RGB2116777-
CMYK00.680.640.17
HSL355.83º62.07%54.51%-
HSV(B)355.83º68.25%82.75%-
XYZ30.2118.48.98-
YUV111.2108.71199.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.44%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=59.44%
G=18.87%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211677700.680.640.17355.8362.0754.51
HexD3434D04440111643e37
Octal3231031150104100215447667
Binary110100111000011100110101000100100000010001101100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3434D; }

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

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

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

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

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

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

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

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