#d7465c

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

Shades of Mandy #D7465C

Tints of Mandy #D7465C

Color information

#D7465C (or 0xD7465C) is unknown color: approx Mandy. HEX triplet: D7, 46 and 5C. RGB value is (215,70,92). Sum of RGB (Red+Green+Blue) = 215+70+92=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7465C is #28B9A3. Grayscale: #737373. Windows color (decimal): -2668964 or 6047447. OLE color: 6047447.

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

Color convert

RGB2157092-
CMYK00.670.570.16
HSL350.9º64.44%55.88%-
HSV(B)350.9º67.44%84.31%-
XYZ32.1519.612.21-
YUV115.86114.54198.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.03%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=57.03%
G=18.57%
B=24.40%

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
Decimal215709200.670.570.16350.964.4455.88
HexD7465C043391015f4038
Octal3271061340103712053710070
Binary110101111000110101110001000011111001100001010111111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7465c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7465c; }

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

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

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

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

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

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

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

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