#D64DAC

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

Shades of Mulberry #D64DAC

Tints of Mulberry #D64DAC

Color information

#D64DAC (or 0xD64DAC) is unknown color: approx Mulberry. HEX triplet: D6, 4D and AC. RGB value is (214,77,172). Sum of RGB (Red+Green+Blue) = 214+77+172=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DAC is #29B253. Grayscale: #808080. Windows color (decimal): -2732628 or 11292118. OLE color: 11292118.

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

Color convert

RGB21477172-
CMYK00.640.200.16
HSL318.39º62.56%57.06%-
HSV(B)318.39º64.02%83.92%-
XYZ37.8322.5841.39-
YUV128.79152.39188.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 77 (30.47% from 255) = 16.63%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=46.22%
G=16.63%
B=37.15%

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
Decimal2147717200.640.200.16318.3962.5657.06
HexD64DAC040141013e3f39
Octal326115254010024204767771
Binary11010110100110110101100010000001010010000100111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DAC; }

 p { color: rgb(214,77,172); }

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

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

 a { background-color: rgb(214,77,172); }

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

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

 span { border-color: rgb(214,77,172); }

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