#D45B64

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

Shades of Mandy #D45B64

Tints of Mandy #D45B64

Color information

#D45B64 (or 0xD45B64) is unknown color: approx Mandy. HEX triplet: D4, 5B and 64. RGB value is (212,91,100). Sum of RGB (Red+Green+Blue) = 212+91+100=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B64 is #2BA49B. Grayscale: #808080. Windows color (decimal): -2860188 or 6577108. OLE color: 6577108.

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

Color convert

RGB21291100-
CMYK00.570.530.17
HSL355.54º58.45%59.41%-
HSV(B)355.54º57.08%83.14%-
XYZ33.1922.414.63-
YUV128.2112.09187.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=52.61%
G=22.58%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129110000.570.530.17355.5458.4559.41
HexD45B6403935111643a3b
Octal32413314407165215447273
Binary1101010010110111100100011100111010110001101100100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45B64; }

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

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

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

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

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

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

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

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