#D54EAC

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

Shades of Mulberry #D54EAC

Tints of Mulberry #D54EAC

Color information

#D54EAC (or 0xD54EAC) is unknown color: approx Mulberry. HEX triplet: D5, 4E and AC. RGB value is (213,78,172). Sum of RGB (Red+Green+Blue) = 213+78+172=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EAC is #2AB153. Grayscale: #808080. Windows color (decimal): -2797908 or 11292373. OLE color: 11292373.

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

Color convert

RGB21378172-
CMYK00.630.190.16
HSL318.22º61.64%57.06%-
HSV(B)318.22º63.38%83.53%-
XYZ37.6122.5741.4-
YUV129.08152.23187.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=46.00%
G=16.85%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137817200.630.190.16318.2261.6457.06
HexD54EAC03F131013e3e39
Octal32511625407723204767671
Binary1101010110011101010110001111111001110000100111110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54EAC; }

 p { color: rgb(213,78,172); }

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

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

 a { background-color: rgb(213,78,172); }

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

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

 span { border-color: rgb(213,78,172); }

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