#D64954

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

Shades of Mandy #D64954

Tints of Mandy #D64954

Color information

#D64954 (or 0xD64954) is unknown color: approx Mandy. HEX triplet: D6, 49 and 54. RGB value is (214,73,84). Sum of RGB (Red+Green+Blue) = 214+73+84=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64954 is #29B6AB. Grayscale: #747474. Windows color (decimal): -2733740 or 5523926. OLE color: 5523926.

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

Color convert

RGB2147384-
CMYK00.660.610.16
HSL355.32º63.23%56.27%-
HSV(B)355.32º65.89%83.92%-
XYZ31.7119.710.52-
YUV116.41109.71197.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=57.68%
G=19.68%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214738400.660.610.16355.3263.2356.27
HexD649540423D101633f38
Octal326111124010275205437770
Binary11010110100100110101000100001011110110000101100011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64954; }

 p { color: rgb(214,73,84); }

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

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

 a { background-color: rgb(214,73,84); }

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

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

 span { border-color: rgb(214,73,84); }

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