#D7465B

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

Shades of Mandy #D7465B

Tints of Mandy #D7465B

Color information

#D7465B (or 0xD7465B) is unknown color: approx Mandy. HEX triplet: D7, 46 and 5B. RGB value is (215,70,91). Sum of RGB (Red+Green+Blue) = 215+70+91=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7465B is #28B9A4. Grayscale: #737373. Windows color (decimal): -2668965 or 5981911. OLE color: 5981911.

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

Color convert

RGB2157091-
CMYK00.670.580.16
HSL351.31º64.44%55.88%-
HSV(B)351.31º67.44%84.31%-
XYZ32.119.5811.99-
YUV115.75114.04198.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.18%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=57.18%
G=18.62%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215709100.670.580.16351.3164.4455.88
HexD7465B0433A1015f4038
Octal3271061330103722053710070
Binary110101111000110101101101000011111010100001010111111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7465B; }

 p { color: rgb(215,70,91); }

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

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

 a { background-color: rgb(215,70,91); }

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

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

 span { border-color: rgb(215,70,91); }

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