#D54D5A

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

Shades of Mandy #D54D5A

Tints of Mandy #D54D5A

Color information

#D54D5A (or 0xD54D5A) is unknown color: approx Mandy. HEX triplet: D5, 4D and 5A. RGB value is (213,77,90). Sum of RGB (Red+Green+Blue) = 213+77+90=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D5A is #2AB2A5. Grayscale: #777777. Windows color (decimal): -2798246 or 5918165. OLE color: 5918165.

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

Color convert

RGB2137790-
CMYK00.640.580.16
HSL354.26º61.82%56.86%-
HSV(B)354.26º63.85%83.53%-
XYZ31.9420.1911.89-
YUV119.15111.56194.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.05%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=56.05%
G=20.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213779000.640.580.16354.2661.8256.86
HexD54D5A0403A101623e39
Octal325115132010072205427671
Binary11010101100110110110100100000011101010000101100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D5A; }

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

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

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

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

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

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

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

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