#DD469F

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

Shades of Mulberry #DD469F

Tints of Mulberry #DD469F

Color information

#DD469F (or 0xDD469F) is unknown color: approx Mulberry. HEX triplet: DD, 46 and 9F. RGB value is (221,70,159). Sum of RGB (Red+Green+Blue) = 221+70+159=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD469F is #22B960. Grayscale: #7D7D7D. Windows color (decimal): -2275681 or 10438365. OLE color: 10438365.

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

Color convert

RGB22170159-
CMYK00.680.280.13
HSL324.64º68.95%57.06%-
HSV(B)324.64º68.33%86.67%-
XYZ38.2722.2635.08-
YUV125.29147.03196.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 70 (27.73% from 255) = 15.56%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=49.11%
G=15.56%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217015900.680.280.13324.6468.9557.06
HexDD469F0441CD1454539
Octal3351062370104341550510571
Binary11011101100011010011111010001001110011011010001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD469F; }

 p { color: rgb(221,70,159); }

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

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

 a { background-color: rgb(221,70,159); }

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

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

 span { border-color: rgb(221,70,159); }

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