#D54760

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

Shades of Mandy #D54760

Tints of Mandy #D54760

Color information

#D54760 (or 0xD54760) is unknown color: approx Mandy. HEX triplet: D5, 47 and 60. RGB value is (213,71,96). Sum of RGB (Red+Green+Blue) = 213+71+96=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54760 is #2AB89F. Grayscale: #747474. Windows color (decimal): -2799776 or 6309845. OLE color: 6309845.

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

Color convert

RGB2137196-
CMYK00.670.550.16
HSL349.44º62.83%55.69%-
HSV(B)349.44º66.67%83.53%-
XYZ31.8119.513.15-
YUV116.31116.54196.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.05%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=56.05%
G=18.68%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213719600.670.550.16349.4462.8355.69
HexD54760043371015d3f38
Octal325107140010367205357770
Binary11010101100011111000000100001111011110000101011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54760; }

 p { color: rgb(213,71,96); }

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

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

 a { background-color: rgb(213,71,96); }

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

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

 span { border-color: rgb(213,71,96); }

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