#D54B4F

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

Shades of Mandy #D54B4F

Tints of Mandy #D54B4F

Color information

#D54B4F (or 0xD54B4F) is unknown color: approx Mandy. HEX triplet: D5, 4B and 4F. RGB value is (213,75,79). Sum of RGB (Red+Green+Blue) = 213+75+79=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B4F is #2AB4B0. Grayscale: #747474. Windows color (decimal): -2798769 or 5196757. OLE color: 5196757.

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

Color convert

RGB2137579-
CMYK00.650.630.16
HSL358.26º62.16%56.47%-
HSV(B)358.26º64.79%83.53%-
XYZ31.3719.749.55-
YUV116.72106.72196.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.04%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=58.04%
G=20.44%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213757900.650.630.16358.2662.1656.47
HexD54B4F0413F101663e38
Octal325113117010177205467670
Binary11010101100101110011110100000111111110000101100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B4F; }

 p { color: rgb(213,75,79); }

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

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

 a { background-color: rgb(213,75,79); }

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

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

 span { border-color: rgb(213,75,79); }

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