#D64D93

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

Shades of Mulberry #D64D93

Tints of Mulberry #D64D93

Color information

#D64D93 (or 0xD64D93) is unknown color: approx Mulberry. HEX triplet: D6, 4D and 93. RGB value is (214,77,147). Sum of RGB (Red+Green+Blue) = 214+77+147=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D93 is #29B26C. Grayscale: #7D7D7D. Windows color (decimal): -2732653 or 9653718. OLE color: 9653718.

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

Color convert

RGB21477147-
CMYK00.640.310.16
HSL329.34º62.56%57.06%-
HSV(B)329.34º64.02%83.92%-
XYZ35.6521.7129.92-
YUV125.94139.89190.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=48.86%
G=17.58%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147714700.640.310.16329.3462.5657.06
HexD64D930401F101493f39
Octal326115223010037205117771
Binary11010110100110110010011010000001111110000101001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D93; }

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

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

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

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

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

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

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

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