#D64C51

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

Shades of Mandy #D64C51

Tints of Mandy #D64C51

Color information

#D64C51 (or 0xD64C51) is unknown color: approx Mandy. HEX triplet: D6, 4C and 51. RGB value is (214,76,81). Sum of RGB (Red+Green+Blue) = 214+76+81=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C51 is #29B3AE. Grayscale: #757575. Windows color (decimal): -2732975 or 5328086. OLE color: 5328086.

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

Color convert

RGB2147681-
CMYK00.640.620.16
HSL357.83º62.73%56.86%-
HSV(B)357.83º64.49%83.92%-
XYZ31.820.069.98-
YUV117.83107.22196.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=57.68%
G=20.49%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214768100.640.620.16357.8362.7356.86
HexD64C510403E101663f39
Octal326114121010076205467771
Binary11010110100110010100010100000011111010000101100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C51; }

 p { color: rgb(214,76,81); }

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

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

 a { background-color: rgb(214,76,81); }

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

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

 span { border-color: rgb(214,76,81); }

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