#D94D9A

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

Shades of Mulberry #D94D9A

Tints of Mulberry #D94D9A

Color information

#D94D9A (or 0xD94D9A) is unknown color: approx Mulberry. HEX triplet: D9, 4D and 9A. RGB value is (217,77,154). Sum of RGB (Red+Green+Blue) = 217+77+154=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D9A is #26B265. Grayscale: #7F7F7F. Windows color (decimal): -2536038 or 10112473. OLE color: 10112473.

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

Color convert

RGB21777154-
CMYK00.650.290.15
HSL327º64.81%57.65%-
HSV(B)327º64.52%85.1%-
XYZ37.122.3932.94-
YUV127.64142.88191.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=48.44%
G=17.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177715400.650.290.1532764.8157.65
HexD94D9A0411DF147413a
Octal3311152320101351750710172
Binary11011001100110110011010010000011110111111010001111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94D9A; }

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

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

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

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

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

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

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

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