#d54c54

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

Shades of Mandy #D54C54

Tints of Mandy #D54C54

Color information

#D54C54 (or 0xD54C54) is unknown color: approx Mandy. HEX triplet: D5, 4C and 54. RGB value is (213,76,84). Sum of RGB (Red+Green+Blue) = 213+76+84=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C54 is #2AB3AB. Grayscale: #757575. Windows color (decimal): -2798508 or 5524693. OLE color: 5524693.

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

Color convert

RGB2137684-
CMYK00.640.610.16
HSL356.5º61.99%56.67%-
HSV(B)356.5º64.32%83.53%-
XYZ31.6319.9610.57-
YUV117.88108.89195.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.10%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=57.10%
G=20.38%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213768400.640.610.16356.561.9956.67
HexD54C540403D101643e39
Octal325114124010075205447671
Binary11010101100110010101000100000011110110000101100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54c54; }

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

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

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

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

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

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

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

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