#D64EA7

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

Shades of Mulberry #D64EA7

Tints of Mulberry #D64EA7

Color information

#D64EA7 (or 0xD64EA7) is unknown color: approx Mulberry. HEX triplet: D6, 4E and A7. RGB value is (214,78,167). Sum of RGB (Red+Green+Blue) = 214+78+167=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EA7 is #29B158. Grayscale: #808080. Windows color (decimal): -2732377 or 10964694. OLE color: 10964694.

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

Color convert

RGB21478167-
CMYK00.640.220.16
HSL320.74º62.39%57.25%-
HSV(B)320.74º63.55%83.92%-
XYZ37.4322.5338.94-
YUV128.81149.56188.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 167 (65.62% from 255) = 36.38%
R=46.62%
G=16.99%
B=36.38%

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
Decimal2147816700.640.220.16320.7462.3957.25
HexD64EA704016101413e39
Octal326116247010026205017671
Binary11010110100111010100111010000001011010000101000001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64EA7; }

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

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

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

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

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

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

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

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