#D64DA6

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

Shades of Mulberry #D64DA6

Tints of Mulberry #D64DA6

Color information

#D64DA6 (or 0xD64DA6) is unknown color: approx Mulberry. HEX triplet: D6, 4D and A6. RGB value is (214,77,166). Sum of RGB (Red+Green+Blue) = 214+77+166=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA6 is #29B259. Grayscale: #7F7F7F. Windows color (decimal): -2732634 or 10898902. OLE color: 10898902.

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

Color convert

RGB21477166-
CMYK00.640.220.16
HSL321.02º62.56%57.06%-
HSV(B)321.02º64.02%83.92%-
XYZ37.2722.3638.43-
YUV128.11149.39189.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=46.83%
G=16.85%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147716600.640.220.16321.0262.5657.06
HexD64DA604016101413f39
Octal326115246010026205017771
Binary11010110100110110100110010000001011010000101000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DA6; }

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

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

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

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

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

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

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

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