#D46364

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

Shades of Mandy #D46364

Tints of Mandy #D46364

Color information

#D46364 (or 0xD46364) is unknown color: approx Mandy. HEX triplet: D4, 63 and 64. RGB value is (212,99,100). Sum of RGB (Red+Green+Blue) = 212+99+100=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D46364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46364 is #2B9C9B. Grayscale: #858585. Windows color (decimal): -2858140 or 6579156. OLE color: 6579156.

HSL color Cylindrical-coordinate representation of color #D46364: hue angle of 359.47º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46364 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB21299100-
CMYK00.530.530.17
HSL359.47º56.78%60.98%-
HSV(B)359.47º53.3%83.14%-
XYZ33.9123.8414.87-
YUV132.9109.44184.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=51.58%
G=24.09%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129910000.530.530.17359.4756.7860.98
HexD463640353511167393d
Octal32414314406565215477175
Binary1101010011000111100100011010111010110001101100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46364; }

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

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

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

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

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

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

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

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