#D7485D

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

Shades of Mandy #D7485D

Tints of Mandy #D7485D

Color information

#D7485D (or 0xD7485D) is unknown color: approx Mandy. HEX triplet: D7, 48 and 5D. RGB value is (215,72,93). Sum of RGB (Red+Green+Blue) = 215+72+93=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7485D is #28B7A2. Grayscale: #757575. Windows color (decimal): -2668451 or 6113495. OLE color: 6113495.

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

Color convert

RGB2157293-
CMYK00.670.570.16
HSL351.19º64.13%56.27%-
HSV(B)351.19º66.51%84.31%-
XYZ32.3219.8712.49-
YUV117.15114.38197.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.58%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=56.58%
G=18.95%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215729300.670.570.16351.1964.1356.27
HexD7485D043391015f4038
Octal3271101350103712053710070
Binary110101111001000101110101000011111001100001010111111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7485D; }

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

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

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

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

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

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

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

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