#D54E5A

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

Shades of Mandy #D54E5A

Tints of Mandy #D54E5A

Color information

#D54E5A (or 0xD54E5A) is unknown color: approx Mandy. HEX triplet: D5, 4E and 5A. RGB value is (213,78,90). Sum of RGB (Red+Green+Blue) = 213+78+90=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E5A is #2AB1A5. Grayscale: #777777. Windows color (decimal): -2797990 or 5918421. OLE color: 5918421.

HSL color Cylindrical-coordinate representation of color #D54E5A: hue angle of 354.67º 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 #D54E5A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2137890-
CMYK00.630.580.16
HSL354.67º61.64%57.06%-
HSV(B)354.67º63.38%83.53%-
XYZ32.0120.3311.91-
YUV119.73111.23194.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.91%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=55.91%
G=20.47%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213789000.630.580.16354.6761.6457.06
HexD54E5A03F3A101633e39
Octal32511613207772205437671
Binary1101010110011101011010011111111101010000101100011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E5A; }

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

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

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

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

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

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

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

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