#D03F9D

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

Shades of Mulberry #D03F9D

Tints of Mulberry #D03F9D

Color information

#D03F9D (or 0xD03F9D) is unknown color: approx Mulberry. HEX triplet: D0, 3F and 9D. RGB value is (208,63,157). Sum of RGB (Red+Green+Blue) = 208+63+157=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F9D is #2FC062. Grayscale: #747474. Windows color (decimal): -3129443 or 10305488. OLE color: 10305488.

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

Color convert

RGB20863157-
CMYK00.700.250.18
HSL321.1º60.67%53.14%-
HSV(B)321.1º69.71%81.57%-
XYZ33.8819.433.86-
YUV117.07150.54192.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.60%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=48.60%
G=14.72%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086315700.700.250.18321.160.6753.14
HexD03F9D04619121413d35
Octal32077235010631225017565
Binary1101000011111110011101010001101100110010101000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03F9D; }

 p { color: rgb(208,63,157); }

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

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

 a { background-color: rgb(208,63,157); }

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

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

 span { border-color: rgb(208,63,157); }

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