#D94892

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

Shades of Mulberry #D94892

Tints of Mulberry #D94892

Color information

#D94892 (or 0xD94892) is unknown color: approx Mulberry. HEX triplet: D9, 48 and 92. RGB value is (217,72,146). Sum of RGB (Red+Green+Blue) = 217+72+146=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D94892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94892 is #26B76D. Grayscale: #7B7B7B. Windows color (decimal): -2537326 or 9586905. OLE color: 9586905.

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

Color convert

RGB21772146-
CMYK00.670.330.15
HSL329.38º65.61%56.67%-
HSV(B)329.38º66.82%85.1%-
XYZ36.1221.4629.43-
YUV123.79140.54194.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=49.89%
G=16.55%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177214600.670.330.15329.3865.6156.67
HexD9489204321F1494239
Octal3311102220103411751110271
Binary110110011001000100100100100001110000111111010010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94892; }

 p { color: rgb(217,72,146); }

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

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

 a { background-color: rgb(217,72,146); }

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

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

 span { border-color: rgb(217,72,146); }

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