#D5474D

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

Shades of Mandy #D5474D

Tints of Mandy #D5474D

Color information

#D5474D (or 0xD5474D) is unknown color: approx Mandy. HEX triplet: D5, 47 and 4D. RGB value is (213,71,77). Sum of RGB (Red+Green+Blue) = 213+71+77=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5474D is #2AB8B2. Grayscale: #727272. Windows color (decimal): -2799795 or 5064661. OLE color: 5064661.

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

Color convert

RGB2137177-
CMYK00.670.640.16
HSL357.46º62.83%55.69%-
HSV(B)357.46º66.67%83.53%-
XYZ31.0319.199.09-
YUV114.14107.04198.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=59.00%
G=19.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213717700.670.640.16357.4662.8355.69
HexD5474D04340101653f38
Octal3251071150103100205457770
Binary110101011000111100110101000011100000010000101100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5474D; }

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

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

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

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

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

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

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

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