#D03B9B

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

Shades of Mulberry #D03B9B

Tints of Mulberry #D03B9B

Color information

#D03B9B (or 0xD03B9B) is unknown color: approx Mulberry. HEX triplet: D0, 3B and 9B. RGB value is (208,59,155). Sum of RGB (Red+Green+Blue) = 208+59+155=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B9B is #2FC464. Grayscale: #727272. Windows color (decimal): -3130469 or 10173392. OLE color: 10173392.

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

Color convert

RGB20859155-
CMYK00.720.250.18
HSL321.34º61.32%52.35%-
HSV(B)321.34º71.63%81.57%-
XYZ33.4918.932.89-
YUV114.49150.86194.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 59 (23.44% from 255) = 13.98%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=49.29%
G=13.98%
B=36.73%

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
Decimal2085915500.720.250.18321.3461.3252.35
HexD03B9B04819121413d34
Octal32073233011031225017564
Binary1101000011101110011011010010001100110010101000001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B9B; }

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

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

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

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

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

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

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

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