#D43E52

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

Shades of Mandy #D43E52

Tints of Mandy #D43E52

Color information

#D43E52 (or 0xD43E52) is unknown color: approx Mandy. HEX triplet: D4, 3E and 52. RGB value is (212,62,82). Sum of RGB (Red+Green+Blue) = 212+62+82=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43E52 is #2BC1AD. Grayscale: #6D6D6D. Windows color (decimal): -2867630 or 5390036. OLE color: 5390036.

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

Color convert

RGB2126282-
CMYK00.710.610.17
HSL352º63.56%53.73%-
HSV(B)352º70.75%83.14%-
XYZ30.418.059.86-
YUV109.13112.7201.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.55%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=59.55%
G=17.42%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212628200.710.610.1735263.5653.73
HexD43E520473D111604036
Octal324761220107752154010066
Binary11010100111110101001001000111111101100011011000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43E52; }

 p { color: rgb(212,62,82); }

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

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

 a { background-color: rgb(212,62,82); }

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

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

 span { border-color: rgb(212,62,82); }

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