#D76264

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

Shades of Mandy #D76264

Tints of Mandy #D76264

Color information

#D76264 (or 0xD76264) is unknown color: approx Mandy. HEX triplet: D7, 62 and 64. RGB value is (215,98,100). Sum of RGB (Red+Green+Blue) = 215+98+100=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D76264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76264 is #289D9B. Grayscale: #858585. Windows color (decimal): -2661788 or 6578903. OLE color: 6578903.

HSL color Cylindrical-coordinate representation of color #D76264: hue angle of 358.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76264 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21598100-
CMYK00.540.530.16
HSL358.97º59.39%61.37%-
HSV(B)358.97º54.42%84.31%-
XYZ34.6924.114.88-
YUV133.21109.26186.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=52.06%
G=23.73%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159810000.540.530.16358.9759.3961.37
HexD7626403635101673b3d
Octal32714214406665205477375
Binary1101011111000101100100011011011010110000101100111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76264; }

 p { color: rgb(215,98,100); }

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

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

 a { background-color: rgb(215,98,100); }

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

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

 span { border-color: rgb(215,98,100); }

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