#D03BA9

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

Shades of Mulberry #D03BA9

Tints of Mulberry #D03BA9

Color information

#D03BA9 (or 0xD03BA9) is unknown color: approx Mulberry. HEX triplet: D0, 3B and A9. RGB value is (208,59,169). Sum of RGB (Red+Green+Blue) = 208+59+169=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BA9 is #2FC456. Grayscale: #737373. Windows color (decimal): -3130455 or 11090896. OLE color: 11090896.

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

Color convert

RGB20859169-
CMYK00.720.190.18
HSL315.7º61.32%52.35%-
HSV(B)315.7º71.63%81.57%-
XYZ34.7419.439.45-
YUV116.09157.86193.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 59 (23.44% from 255) = 13.53%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=47.71%
G=13.53%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085916900.720.190.18315.761.3252.35
HexD03BA9048131213c3d34
Octal32073251011023224747564
Binary1101000011101110101001010010001001110010100111100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03BA9; }

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

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

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

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

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

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

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

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