#D03E92

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

Shades of Mulberry #D03E92

Tints of Mulberry #D03E92

Color information

#D03E92 (or 0xD03E92) is unknown color: approx Mulberry. HEX triplet: D0, 3E and 92. RGB value is (208,62,146). Sum of RGB (Red+Green+Blue) = 208+62+146=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03E92 is #2FC16D. Grayscale: #737373. Windows color (decimal): -3129710 or 9584336. OLE color: 9584336.

HSL color Cylindrical-coordinate representation of color #D03E92: hue angle of 325.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03E92 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20862146-
CMYK00.700.300.18
HSL325.48º60.83%52.94%-
HSV(B)325.48º70.19%81.57%-
XYZ32.9218.9329.11-
YUV115.23145.37194.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=50%
G=14.90%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086214600.700.300.18325.4860.8352.94
HexD03E920461E121453d35
Octal32076222010636225057565
Binary1101000011111010010010010001101111010010101000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E92; }

 p { color: rgb(208,62,146); }

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

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

 a { background-color: rgb(208,62,146); }

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

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

 span { border-color: rgb(208,62,146); }

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