#D64C96

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

Shades of Mulberry #D64C96

Tints of Mulberry #D64C96

Color information

#D64C96 (or 0xD64C96) is unknown color: approx Mulberry. HEX triplet: D6, 4C and 96. RGB value is (214,76,150). Sum of RGB (Red+Green+Blue) = 214+76+150=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C96 is #29B369. Grayscale: #7D7D7D. Windows color (decimal): -2732906 or 9850070. OLE color: 9850070.

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

Color convert

RGB21476150-
CMYK00.640.300.16
HSL327.83º62.73%56.86%-
HSV(B)327.83º64.49%83.92%-
XYZ35.8221.6731.15-
YUV125.7141.72190.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=48.64%
G=17.27%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147615000.640.300.16327.8362.7356.86
HexD64C960401E101483f39
Octal326114226010036205107771
Binary11010110100110010010110010000001111010000101001000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C96; }

 p { color: rgb(214,76,150); }

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

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

 a { background-color: rgb(214,76,150); }

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

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

 span { border-color: rgb(214,76,150); }

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