#D64E8B

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

Shades of Mulberry #D64E8B

Tints of Mulberry #D64E8B

Color information

#D64E8B (or 0xD64E8B) is unknown color: approx Mulberry. HEX triplet: D6, 4E and 8B. RGB value is (214,78,139). Sum of RGB (Red+Green+Blue) = 214+78+139=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E8B is #29B174. Grayscale: #7D7D7D. Windows color (decimal): -2732405 or 9129686. OLE color: 9129686.

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

Color convert

RGB21478139-
CMYK00.640.350.16
HSL333.09º62.39%57.25%-
HSV(B)333.09º63.55%83.92%-
XYZ35.1221.6126.75-
YUV125.62135.56191.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=49.65%
G=18.10%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147813900.640.350.16333.0962.3957.25
HexD64E8B040231014d3e39
Octal326116213010043205157671
Binary110101101001110100010110100000010001110000101001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E8B; }

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

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

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

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

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

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

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

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