#D64854

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

Shades of Mandy #D64854

Tints of Mandy #D64854

Color information

#D64854 (or 0xD64854) is unknown color: approx Mandy. HEX triplet: D6, 48 and 54. RGB value is (214,72,84). Sum of RGB (Red+Green+Blue) = 214+72+84=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64854 is #29B7AB. Grayscale: #737373. Windows color (decimal): -2733996 or 5523670. OLE color: 5523670.

HSL color Cylindrical-coordinate representation of color #D64854: hue angle of 354.93º 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 #D64854 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2147284-
CMYK00.660.610.16
HSL354.93º63.39%56.08%-
HSV(B)354.93º66.36%83.92%-
XYZ31.6519.5710.5-
YUV115.83110.04198.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=57.84%
G=19.46%
B=22.70%

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
Decimal214728400.660.610.16354.9363.3956.08
HexD648540423D101633f38
Octal326110124010275205437770
Binary11010110100100010101000100001011110110000101100011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64854; }

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

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

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

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

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

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

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

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