#D03E9C

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

Shades of Mulberry #D03E9C

Tints of Mulberry #D03E9C

Color information

#D03E9C (or 0xD03E9C) is unknown color: approx Mulberry. HEX triplet: D0, 3E and 9C. RGB value is (208,62,156). Sum of RGB (Red+Green+Blue) = 208+62+156=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03E9C is #2FC163. Grayscale: #747474. Windows color (decimal): -3129700 or 10239696. OLE color: 10239696.

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

Color convert

RGB20862156-
CMYK00.700.250.18
HSL321.37º60.83%52.94%-
HSV(B)321.37º70.19%81.57%-
XYZ33.7419.2633.39-
YUV116.37150.37193.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 62 (24.61% from 255) = 14.55%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=48.83%
G=14.55%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086215600.700.250.18321.3760.8352.94
HexD03E9C04619121413d35
Octal32076234010631225017565
Binary1101000011111010011100010001101100110010101000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E9C; }

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

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

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

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

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

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

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

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