#D33BA9

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

Shades of Mulberry #D33BA9

Tints of Mulberry #D33BA9

Color information

#D33BA9 (or 0xD33BA9) is unknown color: approx Mulberry. HEX triplet: D3, 3B and A9. RGB value is (211,59,169). Sum of RGB (Red+Green+Blue) = 211+59+169=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33BA9 is #2CC456. Grayscale: #747474. Windows color (decimal): -2933847 or 11090899. OLE color: 11090899.

HSL color Cylindrical-coordinate representation of color #D33BA9: hue angle of 316.58º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33BA9 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21159169-
CMYK00.720.200.17
HSL316.58º63.33%52.94%-
HSV(B)316.58º72.04%82.75%-
XYZ35.5919.8439.49-
YUV116.99157.36195.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.06%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=48.06%
G=13.44%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115916900.720.200.17316.5863.3352.94
HexD33BA9048141113d3f35
Octal32373251011024214757765
Binary1101001111101110101001010010001010010001100111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33BA9; }

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

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

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

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

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

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

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

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