#D94891

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

Shades of Mulberry #D94891

Tints of Mulberry #D94891

Color information

#D94891 (or 0xD94891) is unknown color: approx Mulberry. HEX triplet: D9, 48 and 91. RGB value is (217,72,145). Sum of RGB (Red+Green+Blue) = 217+72+145=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D94891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94891 is #26B76E. Grayscale: #7B7B7B. Windows color (decimal): -2537327 or 9521369. OLE color: 9521369.

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

Color convert

RGB21772145-
CMYK00.670.330.15
HSL329.79º65.61%56.67%-
HSV(B)329.79º66.82%85.1%-
XYZ36.0421.4329.02-
YUV123.68140.04194.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 16.59%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=50%
G=16.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177214500.670.330.15329.7965.6156.67
HexD9489104321F14a4239
Octal3311102210103411751210271
Binary110110011001000100100010100001110000111111010010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94891; }

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

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

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

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

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

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

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

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