#d54da1

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

Shades of Mulberry #D54DA1

Tints of Mulberry #D54DA1

Color information

#D54DA1 (or 0xD54DA1) is unknown color: approx Mulberry. HEX triplet: D5, 4D and A1. RGB value is (213,77,161). Sum of RGB (Red+Green+Blue) = 213+77+161=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DA1 is #2AB25E. Grayscale: #7F7F7F. Windows color (decimal): -2798175 or 10571221. OLE color: 10571221.

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

Color convert

RGB21377161-
CMYK00.640.240.16
HSL322.94º61.82%56.86%-
HSV(B)322.94º63.85%83.53%-
XYZ36.5322.0336.04-
YUV127.24147.06189.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 77 (30.47% from 255) = 17.07%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=47.23%
G=17.07%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137716100.640.240.16322.9461.8256.86
HexD54DA104018101433e39
Octal325115241010030205037671
Binary11010101100110110100001010000001100010000101000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54da1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54da1; }

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

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

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

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

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

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

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

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