#D94E91

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

Shades of Mulberry #D94E91

Tints of Mulberry #D94E91

Color information

#D94E91 (or 0xD94E91) is unknown color: approx Mulberry. HEX triplet: D9, 4E and 91. RGB value is (217,78,145). Sum of RGB (Red+Green+Blue) = 217+78+145=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94E91 is #26B16E. Grayscale: #7F7F7F. Windows color (decimal): -2535791 or 9522905. OLE color: 9522905.

HSL color Cylindrical-coordinate representation of color #D94E91: hue angle of 331.08º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94E91 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21778145-
CMYK00.640.330.15
HSL331.08º64.65%57.84%-
HSV(B)331.08º64.06%85.1%-
XYZ36.4522.2429.16-
YUV127.2138.05192.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=49.32%
G=17.73%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177814500.640.330.15331.0864.6557.84
HexD94E9104021F14b413a
Octal3311162210100411751310172
Binary110110011001110100100010100000010000111111010010111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E91; }

 p { color: rgb(217,78,145); }

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

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

 a { background-color: rgb(217,78,145); }

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

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

 span { border-color: rgb(217,78,145); }

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