#D54D9E

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

Shades of Mulberry #D54D9E

Tints of Mulberry #D54D9E

Color information

#D54D9E (or 0xD54D9E) is unknown color: approx Mulberry. HEX triplet: D5, 4D and 9E. RGB value is (213,77,158). Sum of RGB (Red+Green+Blue) = 213+77+158=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D9E is #2AB261. Grayscale: #7E7E7E. Windows color (decimal): -2798178 or 10374613. OLE color: 10374613.

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

Color convert

RGB21377158-
CMYK00.640.260.16
HSL324.26º61.82%56.86%-
HSV(B)324.26º63.85%83.53%-
XYZ36.2721.9234.67-
YUV126.9145.56189.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=47.54%
G=17.19%
B=35.27%

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
Decimal2137715800.640.260.16324.2661.8256.86
HexD54D9E0401A101443e39
Octal325115236010032205047671
Binary11010101100110110011110010000001101010000101000100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D9E; }

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

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

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

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

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

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

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

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