#D54E97

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

Shades of Mulberry #D54E97

Tints of Mulberry #D54E97

Color information

#D54E97 (or 0xD54E97) is unknown color: approx Mulberry. HEX triplet: D5, 4E and 97. RGB value is (213,78,151). Sum of RGB (Red+Green+Blue) = 213+78+151=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E97 is #2AB168. Grayscale: #7E7E7E. Windows color (decimal): -2797929 or 9916117. OLE color: 9916117.

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

Color convert

RGB21378151-
CMYK00.630.290.16
HSL327.56º61.64%57.06%-
HSV(B)327.56º63.38%83.53%-
XYZ35.7521.8331.61-
YUV126.69141.73189.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=48.19%
G=17.65%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137815100.630.290.16327.5661.6457.06
HexD54E9703F1D101483e39
Octal32511622707735205107671
Binary1101010110011101001011101111111110110000101001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E97; }

 p { color: rgb(213,78,151); }

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

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

 a { background-color: rgb(213,78,151); }

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

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

 span { border-color: rgb(213,78,151); }

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