#D542AA

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

Shades of Mulberry #D542AA

Tints of Mulberry #D542AA

Color information

#D542AA (or 0xD542AA) is unknown color: approx Mulberry. HEX triplet: D5, 42 and AA. RGB value is (213,66,170). Sum of RGB (Red+Green+Blue) = 213+66+170=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D542AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D542AA is #2ABD55. Grayscale: #797979. Windows color (decimal): -2800982 or 11158229. OLE color: 11158229.

HSL color Cylindrical-coordinate representation of color #D542AA: hue angle of 317.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D542AA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB21366170-
CMYK00.690.200.16
HSL317.55º63.64%54.71%-
HSV(B)317.55º69.01%83.53%-
XYZ36.6420.9440.14-
YUV121.81155.2193.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 66 (26.17% from 255) = 14.70%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=47.44%
G=14.70%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136617000.690.200.16317.5563.6454.71
HexD542AA045141013e4037
Octal3251022520105242047610067
Binary110101011000010101010100100010110100100001001111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542AA; }

 p { color: rgb(213,66,170); }

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

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

 a { background-color: rgb(213,66,170); }

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

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

 span { border-color: rgb(213,66,170); }

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