#D64E99

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

Shades of Mulberry #D64E99

Tints of Mulberry #D64E99

Color information

#D64E99 (or 0xD64E99) is unknown color: approx Mulberry. HEX triplet: D6, 4E and 99. RGB value is (214,78,153). Sum of RGB (Red+Green+Blue) = 214+78+153=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E99 is #29B166. Grayscale: #7F7F7F. Windows color (decimal): -2732391 or 10047190. OLE color: 10047190.

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

Color convert

RGB21478153-
CMYK00.640.290.16
HSL326.91º62.39%57.25%-
HSV(B)326.91º63.55%83.92%-
XYZ36.2122.0432.48-
YUV127.21142.56189.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=48.09%
G=17.53%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147815300.640.290.16326.9162.3957.25
HexD64E990401D101473e39
Octal326116231010035205077671
Binary11010110100111010011001010000001110110000101000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E99; }

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

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

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

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

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

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

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

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