#D64E95

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

Shades of Mulberry #D64E95

Tints of Mulberry #D64E95

Color information

#D64E95 (or 0xD64E95) is unknown color: approx Mulberry. HEX triplet: D6, 4E and 95. RGB value is (214,78,149). Sum of RGB (Red+Green+Blue) = 214+78+149=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E95 is #29B16A. Grayscale: #7E7E7E. Windows color (decimal): -2732395 or 9785046. OLE color: 9785046.

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

Color convert

RGB21478149-
CMYK00.640.300.16
HSL328.68º62.39%57.25%-
HSV(B)328.68º63.55%83.92%-
XYZ35.8821.9130.77-
YUV126.76140.56190.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=48.53%
G=17.69%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147814900.640.300.16328.6862.3957.25
HexD64E950401E101493e39
Octal326116225010036205117671
Binary11010110100111010010101010000001111010000101001001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E95; }

 p { color: rgb(214,78,149); }

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

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

 a { background-color: rgb(214,78,149); }

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

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

 span { border-color: rgb(214,78,149); }

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