#D54AA2

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

Shades of Mulberry #D54AA2

Tints of Mulberry #D54AA2

Color information

#D54AA2 (or 0xD54AA2) is unknown color: approx Mulberry. HEX triplet: D5, 4A and A2. RGB value is (213,74,162). Sum of RGB (Red+Green+Blue) = 213+74+162=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AA2 is #2AB55D. Grayscale: #7D7D7D. Windows color (decimal): -2798942 or 10635989. OLE color: 10635989.

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

Color convert

RGB21374162-
CMYK00.650.240.16
HSL322.01º62.33%56.27%-
HSV(B)322.01º65.26%83.53%-
XYZ36.4121.6536.44-
YUV125.59148.55190.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=47.44%
G=16.48%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137416200.650.240.16322.0162.3356.27
HexD54AA204118101423e38
Octal325112242010130205027670
Binary11010101100101010100010010000011100010000101000010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54AA2; }

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

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

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

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

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

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

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

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