#D54AAB

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

Shades of Mulberry #D54AAB

Tints of Mulberry #D54AAB

Color information

#D54AAB (or 0xD54AAB) is unknown color: approx Mulberry. HEX triplet: D5, 4A and AB. RGB value is (213,74,171). Sum of RGB (Red+Green+Blue) = 213+74+171=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AAB is #2AB554. Grayscale: #7E7E7E. Windows color (decimal): -2798933 or 11225813. OLE color: 11225813.

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

Color convert

RGB21374171-
CMYK00.650.200.16
HSL318.13º62.33%56.27%-
HSV(B)318.13º65.26%83.53%-
XYZ37.2421.9840.81-
YUV126.62153.05189.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=46.51%
G=16.16%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137417100.650.200.16318.1362.3356.27
HexD54AAB041141013e3e38
Octal325112253010124204767670
Binary11010101100101010101011010000011010010000100111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54AAB; }

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

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

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

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

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

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

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

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