#D54E54

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

Shades of Mandy #D54E54

Tints of Mandy #D54E54

Color information

#D54E54 (or 0xD54E54) is unknown color: approx Mandy. HEX triplet: D5, 4E and 54. RGB value is (213,78,84). Sum of RGB (Red+Green+Blue) = 213+78+84=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E54 is #2AB1AB. Grayscale: #777777. Windows color (decimal): -2797996 or 5525205. OLE color: 5525205.

HSL color Cylindrical-coordinate representation of color #D54E54: hue angle of 357.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E54 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2137884-
CMYK00.630.610.16
HSL357.33º61.64%57.06%-
HSV(B)357.33º63.38%83.53%-
XYZ31.7720.2410.62-
YUV119.05108.23195.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=56.8%
G=20.8%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213788400.630.610.16357.3361.6457.06
HexD54E5403F3D101653e39
Octal32511612407775205457671
Binary1101010110011101010100011111111110110000101100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E54; }

 p { color: rgb(213,78,84); }

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

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

 a { background-color: rgb(213,78,84); }

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

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

 span { border-color: rgb(213,78,84); }

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