#D540A1

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

Shades of Mulberry #D540A1

Tints of Mulberry #D540A1

Color information

#D540A1 (or 0xD540A1) is unknown color: approx Mulberry. HEX triplet: D5, 40 and A1. RGB value is (213,64,161). Sum of RGB (Red+Green+Blue) = 213+64+161=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D540A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540A1 is #2ABF5E. Grayscale: #777777. Windows color (decimal): -2801503 or 10567893. OLE color: 10567893.

HSL color Cylindrical-coordinate representation of color #D540A1: hue angle of 320.94º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540A1 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21364161-
CMYK00.700.240.16
HSL320.94º63.95%54.31%-
HSV(B)320.94º69.95%83.53%-
XYZ35.7120.3935.77-
YUV119.61151.36194.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 64 (25.39% from 255) = 14.61%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=48.63%
G=14.61%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136416100.700.240.16320.9463.9554.31
HexD540A104618101414036
Octal3251002410106302050110066
Binary110101011000000101000010100011011000100001010000011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D540A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D540A1; }

 p { color: rgb(213,64,161); }

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

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

 a { background-color: rgb(213,64,161); }

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

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

 span { border-color: rgb(213,64,161); }

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