#D7474D

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

Shades of Mandy #D7474D

Tints of Mandy #D7474D

Color information

#D7474D (or 0xD7474D) is unknown color: approx Mandy. HEX triplet: D7, 47 and 4D. RGB value is (215,71,77). Sum of RGB (Red+Green+Blue) = 215+71+77=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7474D is #28B8B2. Grayscale: #727272. Windows color (decimal): -2668723 or 5064663. OLE color: 5064663.

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

Color convert

RGB2157177-
CMYK00.670.640.16
HSL357.5º64.29%56.08%-
HSV(B)357.5º66.98%84.31%-
XYZ31.6219.499.12-
YUV114.74106.71199.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.23%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=59.23%
G=19.56%
B=21.21%

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
Decimal215717700.670.640.16357.564.2956.08
HexD7474D04340101664038
Octal32710711501031002054610070
Binary1101011110001111001101010000111000000100001011001101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7474D; }

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

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

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

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

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

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

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

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