#D64994

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

Shades of Mulberry #D64994

Tints of Mulberry #D64994

Color information

#D64994 (or 0xD64994) is unknown color: approx Mulberry. HEX triplet: D6, 49 and 94. RGB value is (214,73,148). Sum of RGB (Red+Green+Blue) = 214+73+148=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D64994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64994 is #29B66B. Grayscale: #7B7B7B. Windows color (decimal): -2733676 or 9718230. OLE color: 9718230.

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

Color convert

RGB21473148-
CMYK00.660.310.16
HSL328.09º63.23%56.27%-
HSV(B)328.09º65.89%83.92%-
XYZ35.4621.230.24-
YUV123.71141.71192.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=49.20%
G=16.78%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147314800.660.310.16328.0963.2356.27
HexD649940421F101483f38
Octal326111224010237205107770
Binary11010110100100110010100010000101111110000101001000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64994; }

 p { color: rgb(214,73,148); }

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

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

 a { background-color: rgb(214,73,148); }

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

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

 span { border-color: rgb(214,73,148); }

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