#D54D9D

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

Shades of Mulberry #D54D9D

Tints of Mulberry #D54D9D

Color information

#D54D9D (or 0xD54D9D) is unknown color: approx Mulberry. HEX triplet: D5, 4D and 9D. RGB value is (213,77,157). Sum of RGB (Red+Green+Blue) = 213+77+157=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D9D is #2AB262. Grayscale: #7E7E7E. Windows color (decimal): -2798179 or 10309077. OLE color: 10309077.

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

Color convert

RGB21377157-
CMYK00.640.260.16
HSL324.71º61.82%56.86%-
HSV(B)324.71º63.85%83.53%-
XYZ36.1821.8934.22-
YUV126.78145.06189.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=47.65%
G=17.23%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137715700.640.260.16324.7161.8256.86
HexD54D9D0401A101453e39
Octal325115235010032205057671
Binary11010101100110110011101010000001101010000101000101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D9D; }

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

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

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

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

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

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

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

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