#D94992

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

Shades of Mulberry #D94992

Tints of Mulberry #D94992

Color information

#D94992 (or 0xD94992) is unknown color: approx Mulberry. HEX triplet: D9, 49 and 92. RGB value is (217,73,146). Sum of RGB (Red+Green+Blue) = 217+73+146=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94992 is #26B66D. Grayscale: #7C7C7C. Windows color (decimal): -2537070 or 9587161. OLE color: 9587161.

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

Color convert

RGB21773146-
CMYK00.660.330.15
HSL329.58º65.45%56.86%-
HSV(B)329.58º66.36%85.1%-
XYZ36.1921.5929.45-
YUV124.38140.21194.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=49.77%
G=16.74%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177314600.660.330.15329.5865.4556.86
HexD9499204221F14a4139
Octal3311112220102411751210171
Binary110110011001001100100100100001010000111111010010101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94992; }

 p { color: rgb(217,73,146); }

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

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

 a { background-color: rgb(217,73,146); }

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

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

 span { border-color: rgb(217,73,146); }

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