#D54AAC

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

Shades of Mulberry #D54AAC

Tints of Mulberry #D54AAC

Color information

#D54AAC (or 0xD54AAC) is unknown color: approx Mulberry. HEX triplet: D5, 4A and AC. RGB value is (213,74,172). Sum of RGB (Red+Green+Blue) = 213+74+172=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AAC is #2AB553. Grayscale: #7E7E7E. Windows color (decimal): -2798932 or 11291349. OLE color: 11291349.

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

Color convert

RGB21374172-
CMYK00.650.190.16
HSL317.7º62.33%56.27%-
HSV(B)317.7º65.26%83.53%-
XYZ37.3422.0241.31-
YUV126.73153.55189.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=46.41%
G=16.12%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137417200.650.190.16317.762.3356.27
HexD54AAC041131013e3e38
Octal325112254010123204767670
Binary11010101100101010101100010000011001110000100111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54AAC; }

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

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

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

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

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

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

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

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