#D14192

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

Shades of Mulberry #D14192

Tints of Mulberry #D14192

Color information

#D14192 (or 0xD14192) is unknown color: approx Mulberry. HEX triplet: D1, 41 and 92. RGB value is (209,65,146). Sum of RGB (Red+Green+Blue) = 209+65+146=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D14192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14192 is #2EBE6D. Grayscale: #757575. Windows color (decimal): -3063406 or 9585105. OLE color: 9585105.

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

Color convert

RGB20965146-
CMYK00.690.300.18
HSL326.25º61.02%53.73%-
HSV(B)326.25º68.9%81.96%-
XYZ33.3719.4129.18-
YUV117.29144.21193.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=49.76%
G=15.48%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096514600.690.300.18326.2561.0253.73
HexD141920451E121463d36
Octal321101222010536225067566
Binary11010001100000110010010010001011111010010101000110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14192; }

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

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

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

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

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

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

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

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