#D94AA4

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

Shades of Mulberry #D94AA4

Tints of Mulberry #D94AA4

Color information

#D94AA4 (or 0xD94AA4) is unknown color: approx Mulberry. HEX triplet: D9, 4A and A4. RGB value is (217,74,164). Sum of RGB (Red+Green+Blue) = 217+74+164=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94AA4 is #26B55B. Grayscale: #7E7E7E. Windows color (decimal): -2536796 or 10767065. OLE color: 10767065.

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

Color convert

RGB21774164-
CMYK00.660.240.15
HSL322.24º65.3%57.06%-
HSV(B)322.24º65.9%85.1%-
XYZ37.7622.3337.44-
YUV127.02148.88192.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=47.69%
G=16.26%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177416400.660.240.15322.2465.357.06
HexD94AA404218F1424139
Octal3311122440102301750210171
Binary11011001100101010100100010000101100011111010000101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94AA4; }

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

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

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

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

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

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

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

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