#D03BAA

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

Shades of Mulberry #D03BAA

Tints of Mulberry #D03BAA

Color information

#D03BAA (or 0xD03BAA) is unknown color: approx Mulberry. HEX triplet: D0, 3B and AA. RGB value is (208,59,170). Sum of RGB (Red+Green+Blue) = 208+59+170=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BAA is #2FC455. Grayscale: #737373. Windows color (decimal): -3130454 or 11156432. OLE color: 11156432.

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

Color convert

RGB20859170-
CMYK00.720.180.18
HSL315.3º61.32%52.35%-
HSV(B)315.3º71.63%81.57%-
XYZ34.8319.4439.95-
YUV116.2158.36193.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 59 (23.44% from 255) = 13.50%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=47.60%
G=13.50%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085917000.720.180.18315.361.3252.35
HexD03BAA048121213b3d34
Octal32073252011022224737564
Binary1101000011101110101010010010001001010010100111011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03BAA; }

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

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

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

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

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

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

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

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