#D94DA5

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

Shades of Mulberry #D94DA5

Tints of Mulberry #D94DA5

Color information

#D94DA5 (or 0xD94DA5) is unknown color: approx Mulberry. HEX triplet: D9, 4D and A5. RGB value is (217,77,165). Sum of RGB (Red+Green+Blue) = 217+77+165=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DA5 is #26B25A. Grayscale: #808080. Windows color (decimal): -2536027 or 10833369. OLE color: 10833369.

HSL color Cylindrical-coordinate representation of color #D94DA5: hue angle of 322.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DA5 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB21777165-
CMYK00.650.240.15
HSL322.29º64.81%57.65%-
HSV(B)322.29º64.52%85.1%-
XYZ38.0622.7837.99-
YUV128.89148.38190.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=47.28%
G=16.78%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177716500.650.240.15322.2964.8157.65
HexD94DA504118F142413a
Octal3311152450101301750210172
Binary11011001100110110100101010000011100011111010000101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94DA5; }

 p { color: rgb(217,77,165); }

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

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

 a { background-color: rgb(217,77,165); }

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

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

 span { border-color: rgb(217,77,165); }

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