#D7484A

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

Shades of Mandy #D7484A

Tints of Mandy #D7484A

Color information

#D7484A (or 0xD7484A) is unknown color: approx Mandy. HEX triplet: D7, 48 and 4A. RGB value is (215,72,74). Sum of RGB (Red+Green+Blue) = 215+72+74=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7484A is #28B7B5. Grayscale: #737373. Windows color (decimal): -2668470 or 4868311. OLE color: 4868311.

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

Color convert

RGB2157274-
CMYK00.670.660.16
HSL359.16º64.13%56.27%-
HSV(B)359.16º66.51%84.31%-
XYZ31.5819.588.59-
YUV114.98104.88199.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=59.56%
G=19.94%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215727400.670.660.16359.1664.1356.27
HexD7484A04342101674038
Octal32711011201031022054710070
Binary1101011110010001001010010000111000010100001011001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7484A; }

 p { color: rgb(215,72,74); }

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

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

 a { background-color: rgb(215,72,74); }

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

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

 span { border-color: rgb(215,72,74); }

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