#D94B9E

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

Shades of Mulberry #D94B9E

Tints of Mulberry #D94B9E

Color information

#D94B9E (or 0xD94B9E) is unknown color: approx Mulberry. HEX triplet: D9, 4B and 9E. RGB value is (217,75,158). Sum of RGB (Red+Green+Blue) = 217+75+158=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B9E is #26B461. Grayscale: #7E7E7E. Windows color (decimal): -2536546 or 10374105. OLE color: 10374105.

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

Color convert

RGB21775158-
CMYK00.650.270.15
HSL324.93º65.14%57.25%-
HSV(B)324.93º65.44%85.1%-
XYZ37.322.2534.68-
YUV126.92145.54192.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=48.22%
G=16.67%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177515800.650.270.15324.9365.1457.25
HexD94B9E0411BF1454139
Octal3311132360101331750510171
Binary11011001100101110011110010000011101111111010001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B9E; }

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

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

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

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

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

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

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

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