#D54794

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

Shades of Mulberry #D54794

Tints of Mulberry #D54794

Color information

#D54794 (or 0xD54794) is unknown color: approx Mulberry. HEX triplet: D5, 47 and 94. RGB value is (213,71,148). Sum of RGB (Red+Green+Blue) = 213+71+148=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D54794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54794 is #2AB86B. Grayscale: #7A7A7A. Windows color (decimal): -2799724 or 9717717. OLE color: 9717717.

HSL color Cylindrical-coordinate representation of color #D54794: hue angle of 327.46º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54794 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21371148-
CMYK00.670.310.16
HSL327.46º62.83%55.69%-
HSV(B)327.46º66.67%83.53%-
XYZ35.0420.7930.18-
YUV122.24142.54192.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=49.31%
G=16.44%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137114800.670.310.16327.4662.8355.69
HexD547940431F101473f38
Octal325107224010337205077770
Binary11010101100011110010100010000111111110000101000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54794; }

 p { color: rgb(213,71,148); }

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

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

 a { background-color: rgb(213,71,148); }

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

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

 span { border-color: rgb(213,71,148); }

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