#D86364

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

Shades of Mandy #D86364

Tints of Mandy #D86364

Color information

#D86364 (or 0xD86364) is unknown color: approx Mandy. HEX triplet: D8, 63 and 64. RGB value is (216,99,100). Sum of RGB (Red+Green+Blue) = 216+99+100=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86364 is #279C9B. Grayscale: #868686. Windows color (decimal): -2595996 or 6579160. OLE color: 6579160.

HSL color Cylindrical-coordinate representation of color #D86364: hue angle of 359.49º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86364 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21699100-
CMYK00.540.540.15
HSL359.49º60%61.76%-
HSV(B)359.49º54.17%84.71%-
XYZ35.0824.4414.93-
YUV134.1108.76186.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=52.05%
G=23.86%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169910000.540.540.15359.496061.76
HexD8636403636F1673c3e
Octal33014314406666175477476
Binary110110001100011110010001101101101101111101100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86364; }

 p { color: rgb(216,99,100); }

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

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

 a { background-color: rgb(216,99,100); }

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

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

 span { border-color: rgb(216,99,100); }

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