#D03B9A

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

Shades of Mulberry #D03B9A

Tints of Mulberry #D03B9A

Color information

#D03B9A (or 0xD03B9A) is unknown color: approx Mulberry. HEX triplet: D0, 3B and 9A. RGB value is (208,59,154). Sum of RGB (Red+Green+Blue) = 208+59+154=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B9A is #2FC465. Grayscale: #727272. Windows color (decimal): -3130470 or 10107856. OLE color: 10107856.

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

Color convert

RGB20859154-
CMYK00.720.260.18
HSL321.74º61.32%52.35%-
HSV(B)321.74º71.63%81.57%-
XYZ33.4118.8732.45-
YUV114.38150.36194.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=49.41%
G=14.01%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085915400.720.260.18321.7461.3252.35
HexD03B9A0481A121423d34
Octal32073232011032225027564
Binary1101000011101110011010010010001101010010101000010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B9A; }

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

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

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

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

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

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

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

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