#D64C95

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

Shades of Mulberry #D64C95

Tints of Mulberry #D64C95

Color information

#D64C95 (or 0xD64C95) is unknown color: approx Mulberry. HEX triplet: D6, 4C and 95. RGB value is (214,76,149). Sum of RGB (Red+Green+Blue) = 214+76+149=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C95 is #29B36A. Grayscale: #7D7D7D. Windows color (decimal): -2732907 or 9784534. OLE color: 9784534.

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

Color convert

RGB21476149-
CMYK00.640.300.16
HSL328.26º62.73%56.86%-
HSV(B)328.26º64.49%83.92%-
XYZ35.7421.6330.73-
YUV125.58141.22191.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=48.75%
G=17.31%
B=33.94%

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
Decimal2147614900.640.300.16328.2662.7356.86
HexD64C950401E101483f39
Octal326114225010036205107771
Binary11010110100110010010101010000001111010000101001000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C95; }

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

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

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

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

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

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

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

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