#D54A95

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

Shades of Mulberry #D54A95

Tints of Mulberry #D54A95

Color information

#D54A95 (or 0xD54A95) is unknown color: approx Mulberry. HEX triplet: D5, 4A and 95. RGB value is (213,74,149). Sum of RGB (Red+Green+Blue) = 213+74+149=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A95 is #2AB56A. Grayscale: #7B7B7B. Windows color (decimal): -2798955 or 9784021. OLE color: 9784021.

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

Color convert

RGB21374149-
CMYK00.650.300.16
HSL327.63º62.33%56.27%-
HSV(B)327.63º65.26%83.53%-
XYZ35.3121.2130.67-
YUV124.11142.05191.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=48.85%
G=16.97%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137414900.650.300.16327.6362.3356.27
HexD54A950411E101483e38
Octal325112225010136205107670
Binary11010101100101010010101010000011111010000101001000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54A95; }

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

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

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

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

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

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

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

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