#D94E8D

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

Shades of Mulberry #D94E8D

Tints of Mulberry #D94E8D

Color information

#D94E8D (or 0xD94E8D) is unknown color: approx Mulberry. HEX triplet: D9, 4E and 8D. RGB value is (217,78,141). Sum of RGB (Red+Green+Blue) = 217+78+141=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94E8D is #26B172. Grayscale: #7E7E7E. Windows color (decimal): -2535795 or 9260761. OLE color: 9260761.

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

Color convert

RGB21778141-
CMYK00.640.350.15
HSL332.81º64.65%57.84%-
HSV(B)332.81º64.06%85.1%-
XYZ36.1522.1227.56-
YUV126.74136.05192.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=49.77%
G=17.89%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177814100.640.350.15332.8164.6557.84
HexD94E8D04023F14d413a
Octal3311162150100431751510172
Binary110110011001110100011010100000010001111111010011011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E8D; }

 p { color: rgb(217,78,141); }

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

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

 a { background-color: rgb(217,78,141); }

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

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

 span { border-color: rgb(217,78,141); }

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