#D94F94

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

Shades of Mulberry #D94F94

Tints of Mulberry #D94F94

Color information

#D94F94 (or 0xD94F94) is unknown color: approx Mulberry. HEX triplet: D9, 4F and 94. RGB value is (217,79,148). Sum of RGB (Red+Green+Blue) = 217+79+148=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F94 is #26B06B. Grayscale: #7F7F7F. Windows color (decimal): -2535532 or 9719769. OLE color: 9719769.

HSL color Cylindrical-coordinate representation of color #D94F94: hue angle of 330º degrees, saturation: 0.64, 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 #D94F94 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21779148-
CMYK00.640.320.15
HSL330º64.49%58.04%-
HSV(B)330º63.59%85.1%-
XYZ36.7622.4830.42-
YUV128.13139.22191.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 79 (31.25% from 255) = 17.79%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=48.87%
G=17.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177914800.640.320.1533064.4958.04
HexD94F9404020F14a403a
Octal3311172240100401751210072
Binary110110011001111100101000100000010000011111010010101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F94; }

 p { color: rgb(217,79,148); }

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

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

 a { background-color: rgb(217,79,148); }

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

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

 span { border-color: rgb(217,79,148); }

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