#d64da3

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

Shades of Mulberry #D64DA3

Tints of Mulberry #D64DA3

Color information

#D64DA3 (or 0xD64DA3) is unknown color: approx Mulberry. HEX triplet: D6, 4D and A3. RGB value is (214,77,163). Sum of RGB (Red+Green+Blue) = 214+77+163=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA3 is #29B25C. Grayscale: #7F7F7F. Windows color (decimal): -2732637 or 10702294. OLE color: 10702294.

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

Color convert

RGB21477163-
CMYK00.640.240.16
HSL322.34º62.56%57.06%-
HSV(B)322.34º64.02%83.92%-
XYZ3722.2536.99-
YUV127.77147.89189.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 163 (64.06% from 255) = 35.90%
R=47.14%
G=16.96%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147716300.640.240.16322.3462.5657.06
HexD64DA304018101423f39
Octal326115243010030205027771
Binary11010110100110110100011010000001100010000101000010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64da3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64da3; }

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

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

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

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

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

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

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

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