#D64D8B

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

Shades of Mulberry #D64D8B

Tints of Mulberry #D64D8B

Color information

#D64D8B (or 0xD64D8B) is unknown color: approx Mulberry. HEX triplet: D6, 4D and 8B. RGB value is (214,77,139). Sum of RGB (Red+Green+Blue) = 214+77+139=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D8B is #29B274. Grayscale: #7C7C7C. Windows color (decimal): -2732661 or 9129430. OLE color: 9129430.

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

Color convert

RGB21477139-
CMYK00.640.350.16
HSL332.85º62.56%57.06%-
HSV(B)332.85º64.02%83.92%-
XYZ35.0521.4726.72-
YUV125.03135.89191.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=49.77%
G=17.91%
B=32.33%

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
Decimal2147713900.640.350.16332.8562.5657.06
HexD64D8B040231014d3f39
Octal326115213010043205157771
Binary110101101001101100010110100000010001110000101001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D8B; }

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

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

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

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

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

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

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

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