#DD5296

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

Shades of Mulberry #DD5296

Tints of Mulberry #DD5296

Color information

#DD5296 (or 0xDD5296) is unknown color: approx Mulberry. HEX triplet: DD, 52 and 96. RGB value is (221,82,150). Sum of RGB (Red+Green+Blue) = 221+82+150=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5296 is #22AD69. Grayscale: #838383. Windows color (decimal): -2272618 or 9851613. OLE color: 9851613.

HSL color Cylindrical-coordinate representation of color #DD5296: hue angle of 330.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5296 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22182150-
CMYK00.630.320.13
HSL330.65º67.15%59.41%-
HSV(B)330.65º62.9%86.67%-
XYZ38.3423.6131.39-
YUV131.31138.55191.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=48.79%
G=18.10%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218215000.630.320.13330.6567.1559.41
HexDD529603F20D14b433b
Octal335122226077401551310373
Binary11011101101001010010110011111110000011011010010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5296; }

 p { color: rgb(221,82,150); }

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

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

 a { background-color: rgb(221,82,150); }

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

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

 span { border-color: rgb(221,82,150); }

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