#D94A9E

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

Shades of Mulberry #D94A9E

Tints of Mulberry #D94A9E

Color information

#D94A9E (or 0xD94A9E) is unknown color: approx Mulberry. HEX triplet: D9, 4A and 9E. RGB value is (217,74,158). Sum of RGB (Red+Green+Blue) = 217+74+158=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94A9E is #26B561. Grayscale: #7E7E7E. Windows color (decimal): -2536802 or 10373849. OLE color: 10373849.

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

Color convert

RGB21774158-
CMYK00.660.270.15
HSL324.76º65.3%57.06%-
HSV(B)324.76º65.9%85.1%-
XYZ37.2422.1234.65-
YUV126.33145.88192.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=48.33%
G=16.48%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177415800.660.270.15324.7665.357.06
HexD94A9E0421BF1454139
Octal3311122360102331750510171
Binary11011001100101010011110010000101101111111010001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A9E; }

 p { color: rgb(217,74,158); }

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

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

 a { background-color: rgb(217,74,158); }

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

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

 span { border-color: rgb(217,74,158); }

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