#D64956

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

Shades of Mandy #D64956

Tints of Mandy #D64956

Color information

#D64956 (or 0xD64956) is unknown color: approx Mandy. HEX triplet: D6, 49 and 56. RGB value is (214,73,86). Sum of RGB (Red+Green+Blue) = 214+73+86=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D64956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64956 is #29B6A9. Grayscale: #747474. Windows color (decimal): -2733738 or 5654998. OLE color: 5654998.

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

Color convert

RGB2147386-
CMYK00.660.600.16
HSL354.47º63.23%56.27%-
HSV(B)354.47º65.89%83.92%-
XYZ31.7919.7310.94-
YUV116.64110.71197.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.37%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=57.37%
G=19.57%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214738600.660.600.16354.4763.2356.27
HexD649560423C101623f38
Octal326111126010274205427770
Binary11010110100100110101100100001011110010000101100010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64956; }

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

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

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

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

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

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

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

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