#D64F91

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

Shades of Mulberry #D64F91

Tints of Mulberry #D64F91

Color information

#D64F91 (or 0xD64F91) is unknown color: approx Mulberry. HEX triplet: D6, 4F and 91. RGB value is (214,79,145). Sum of RGB (Red+Green+Blue) = 214+79+145=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F91 is #29B06E. Grayscale: #7E7E7E. Windows color (decimal): -2732143 or 9523158. OLE color: 9523158.

HSL color Cylindrical-coordinate representation of color #D64F91: hue angle of 330.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F91 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21479145-
CMYK00.630.320.16
HSL330.67º62.21%57.45%-
HSV(B)330.67º63.08%83.92%-
XYZ35.6421.9329.14-
YUV126.89138.23190.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=48.86%
G=18.04%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147914500.630.320.16330.6762.2157.45
HexD64F9103F201014b3e39
Octal32611722107740205137671
Binary11010110100111110010001011111110000010000101001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F91; }

 p { color: rgb(214,79,145); }

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

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

 a { background-color: rgb(214,79,145); }

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

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

 span { border-color: rgb(214,79,145); }

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