#D94F93

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

Shades of Mulberry #D94F93

Tints of Mulberry #D94F93

Color information

#D94F93 (or 0xD94F93) is unknown color: approx Mulberry. HEX triplet: D9, 4F and 93. RGB value is (217,79,147). Sum of RGB (Red+Green+Blue) = 217+79+147=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F93 is #26B06C. Grayscale: #7F7F7F. Windows color (decimal): -2535533 or 9654233. OLE color: 9654233.

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

Color convert

RGB21779147-
CMYK00.640.320.15
HSL330.43º64.49%58.04%-
HSV(B)330.43º63.59%85.1%-
XYZ36.6822.4530-
YUV128.01138.72191.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=48.98%
G=17.83%
B=33.18%

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
Decimal2177914700.640.320.15330.4364.4958.04
HexD94F9304020F14a403a
Octal3311172230100401751210072
Binary110110011001111100100110100000010000011111010010101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F93; }

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

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

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

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

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

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

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

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