#D54197

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

Shades of Mulberry #D54197

Tints of Mulberry #D54197

Color information

#D54197 (or 0xD54197) is unknown color: approx Mulberry. HEX triplet: D5, 41 and 97. RGB value is (213,65,151). Sum of RGB (Red+Green+Blue) = 213+65+151=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54197 is #2ABE68. Grayscale: #767676. Windows color (decimal): -2801257 or 9912789. OLE color: 9912789.

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

Color convert

RGB21365151-
CMYK00.690.290.16
HSL325.14º63.79%54.51%-
HSV(B)325.14º69.48%83.53%-
XYZ34.9220.1631.33-
YUV119.06146.03195.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=49.65%
G=15.15%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136515100.690.290.16325.1463.7954.51
HexD541970451D101454037
Octal3251012270105352050510067
Binary110101011000001100101110100010111101100001010001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54197; }

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

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

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

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

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

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

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

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