#D03B9C

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

Shades of Mulberry #D03B9C

Tints of Mulberry #D03B9C

Color information

#D03B9C (or 0xD03B9C) is unknown color: approx Mulberry. HEX triplet: D0, 3B and 9C. RGB value is (208,59,156). Sum of RGB (Red+Green+Blue) = 208+59+156=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B9C is #2FC463. Grayscale: #727272. Windows color (decimal): -3130468 or 10238928. OLE color: 10238928.

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

Color convert

RGB20859156-
CMYK00.720.250.18
HSL320.94º61.32%52.35%-
HSV(B)320.94º71.63%81.57%-
XYZ33.5818.9433.34-
YUV114.61151.36194.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.17%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=49.17%
G=13.95%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085915600.720.250.18320.9461.3252.35
HexD03B9C04819121413d34
Octal32073234011031225017564
Binary1101000011101110011100010010001100110010101000001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B9C; }

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

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

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

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

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

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

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

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