#D94D99

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

Shades of Mulberry #D94D99

Tints of Mulberry #D94D99

Color information

#D94D99 (or 0xD94D99) is unknown color: approx Mulberry. HEX triplet: D9, 4D and 99. RGB value is (217,77,153). Sum of RGB (Red+Green+Blue) = 217+77+153=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D99 is #26B266. Grayscale: #7F7F7F. Windows color (decimal): -2536039 or 10046937. OLE color: 10046937.

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

Color convert

RGB21777153-
CMYK00.650.290.15
HSL327.43º64.81%57.65%-
HSV(B)327.43º64.52%85.1%-
XYZ37.0222.3632.5-
YUV127.52142.38191.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=48.55%
G=17.23%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177715300.650.290.15327.4364.8157.65
HexD94D990411DF147413a
Octal3311152310101351750710172
Binary11011001100110110011001010000011110111111010001111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94D99; }

 p { color: rgb(217,77,153); }

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

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

 a { background-color: rgb(217,77,153); }

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

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

 span { border-color: rgb(217,77,153); }

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