#D54D95

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

Shades of Mulberry #D54D95

Tints of Mulberry #D54D95

Color information

#D54D95 (or 0xD54D95) is unknown color: approx Mulberry. HEX triplet: D5, 4D and 95. RGB value is (213,77,149). Sum of RGB (Red+Green+Blue) = 213+77+149=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D95 is #2AB26A. Grayscale: #7D7D7D. Windows color (decimal): -2798187 or 9784789. OLE color: 9784789.

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

Color convert

RGB21377149-
CMYK00.640.300.16
HSL328.24º61.82%56.86%-
HSV(B)328.24º63.85%83.53%-
XYZ35.5221.6230.74-
YUV125.87141.06190.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 77 (30.47% from 255) = 17.54%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=48.52%
G=17.54%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137714900.640.300.16328.2461.8256.86
HexD54D950401E101483e39
Octal325115225010036205107671
Binary11010101100110110010101010000001111010000101001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D95; }

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

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

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

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

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

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

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

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