#D94B9D

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

Shades of Mulberry #D94B9D

Tints of Mulberry #D94B9D

Color information

#D94B9D (or 0xD94B9D) is unknown color: approx Mulberry. HEX triplet: D9, 4B and 9D. RGB value is (217,75,157). Sum of RGB (Red+Green+Blue) = 217+75+157=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B9D is #26B462. Grayscale: #7E7E7E. Windows color (decimal): -2536547 or 10308569. OLE color: 10308569.

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

Color convert

RGB21775157-
CMYK00.650.280.15
HSL325.35º65.14%57.25%-
HSV(B)325.35º65.44%85.1%-
XYZ37.2222.2234.23-
YUV126.81145.04192.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=48.33%
G=16.70%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177515700.650.280.15325.3565.1457.25
HexD94B9D0411CF1454139
Octal3311132350101341750510171
Binary11011001100101110011101010000011110011111010001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B9D; }

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

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

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

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

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

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

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

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