#DD4A95

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

Shades of Mulberry #DD4A95

Tints of Mulberry #DD4A95

Color information

#DD4A95 (or 0xDD4A95) is unknown color: approx Mulberry. HEX triplet: DD, 4A and 95. RGB value is (221,74,149). Sum of RGB (Red+Green+Blue) = 221+74+149=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A95 is #22B56A. Grayscale: #7E7E7E. Windows color (decimal): -2274667 or 9784029. OLE color: 9784029.

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

Color convert

RGB22174149-
CMYK00.670.330.13
HSL329.39º68.37%57.84%-
HSV(B)329.39º66.52%86.67%-
XYZ37.6922.4430.78-
YUV126.5140.7195.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=49.77%
G=16.67%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217414900.670.330.13329.3968.3757.84
HexDD4A9504321D149443a
Octal3351122250103411551110472
Binary110111011001010100101010100001110000111011010010011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A95; }

 p { color: rgb(221,74,149); }

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

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

 a { background-color: rgb(221,74,149); }

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

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

 span { border-color: rgb(221,74,149); }

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