#D14194

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

Shades of Mulberry #D14194

Tints of Mulberry #D14194

Color information

#D14194 (or 0xD14194) is unknown color: approx Mulberry. HEX triplet: D1, 41 and 94. RGB value is (209,65,148). Sum of RGB (Red+Green+Blue) = 209+65+148=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14194 is #2EBE6B. Grayscale: #757575. Windows color (decimal): -3063404 or 9716177. OLE color: 9716177.

HSL color Cylindrical-coordinate representation of color #D14194: hue angle of 325.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14194 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB20965148-
CMYK00.690.290.18
HSL325.42º61.02%53.73%-
HSV(B)325.42º68.9%81.96%-
XYZ33.5319.4730.01-
YUV117.52145.21193.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=49.53%
G=15.40%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096514800.690.290.18325.4261.0253.73
HexD141940451D121453d36
Octal321101224010535225057566
Binary11010001100000110010100010001011110110010101000101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14194; }

 p { color: rgb(209,65,148); }

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

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

 a { background-color: rgb(209,65,148); }

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

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

 span { border-color: rgb(209,65,148); }

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