#D94596

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

Shades of Mulberry #D94596

Tints of Mulberry #D94596

Color information

#D94596 (or 0xD94596) is unknown color: approx Mulberry. HEX triplet: D9, 45 and 96. RGB value is (217,69,150). Sum of RGB (Red+Green+Blue) = 217+69+150=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94596 is #26BA69. Grayscale: #7A7A7A. Windows color (decimal): -2538090 or 9848281. OLE color: 9848281.

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

Color convert

RGB21769150-
CMYK00.680.310.15
HSL327.16º66.07%56.08%-
HSV(B)327.16º68.2%85.1%-
XYZ36.2521.2131.04-
YUV122.49143.53195.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=49.77%
G=15.83%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176915000.680.310.15327.1666.0756.08
HexD945960441FF1474238
Octal3311052260104371750710270
Binary11011001100010110010110010001001111111111010001111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94596; }

 p { color: rgb(217,69,150); }

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

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

 a { background-color: rgb(217,69,150); }

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

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

 span { border-color: rgb(217,69,150); }

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