#D64951

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

Shades of Mandy #D64951

Tints of Mandy #D64951

Color information

#D64951 (or 0xD64951) is unknown color: approx Mandy. HEX triplet: D6, 49 and 51. RGB value is (214,73,81). Sum of RGB (Red+Green+Blue) = 214+73+81=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D64951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64951 is #29B6AE. Grayscale: #747474. Windows color (decimal): -2733743 or 5327318. OLE color: 5327318.

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

Color convert

RGB2147381-
CMYK00.660.620.16
HSL356.6º63.23%56.27%-
HSV(B)356.6º65.89%83.92%-
XYZ31.619.669.91-
YUV116.07108.21197.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.15%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=58.15%
G=19.84%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214738100.660.620.16356.663.2356.27
HexD649510423E101653f38
Octal326111121010276205457770
Binary11010110100100110100010100001011111010000101100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64951; }

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

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

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

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

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

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

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

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