#DD5294

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

Shades of Mulberry #DD5294

Tints of Mulberry #DD5294

Color information

#DD5294 (or 0xDD5294) is unknown color: approx Mulberry. HEX triplet: DD, 52 and 94. RGB value is (221,82,148). Sum of RGB (Red+Green+Blue) = 221+82+148=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5294 is #22AD6B. Grayscale: #828282. Windows color (decimal): -2272620 or 9720541. OLE color: 9720541.

HSL color Cylindrical-coordinate representation of color #DD5294: hue angle of 331.51º 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 #DD5294 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22182148-
CMYK00.630.330.13
HSL331.51º67.15%59.41%-
HSV(B)331.51º62.9%86.67%-
XYZ38.1823.5430.55-
YUV131.08137.55192.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=49.00%
G=18.18%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218214800.630.330.13331.5167.1559.41
HexDD529403F21D14c433b
Octal335122224077411551410373
Binary11011101101001010010100011111110000111011010011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5294; }

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

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

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

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

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

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

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

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