#D64EAB

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

Shades of Mulberry #D64EAB

Tints of Mulberry #D64EAB

Color information

#D64EAB (or 0xD64EAB) is unknown color: approx Mulberry. HEX triplet: D6, 4E and AB. RGB value is (214,78,171). Sum of RGB (Red+Green+Blue) = 214+78+171=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EAB is #29B154. Grayscale: #818181. Windows color (decimal): -2732373 or 11226838. OLE color: 11226838.

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

Color convert

RGB21478171-
CMYK00.640.200.16
HSL318.97º62.39%57.25%-
HSV(B)318.97º63.55%83.92%-
XYZ37.8122.6940.91-
YUV129.27151.56188.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=46.22%
G=16.85%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147817100.640.200.16318.9762.3957.25
HexD64EAB040141013f3e39
Octal326116253010024204777671
Binary11010110100111010101011010000001010010000100111111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64EAB; }

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

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

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

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

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

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

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

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