#DD469D

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

Shades of Mulberry #DD469D

Tints of Mulberry #DD469D

Color information

#DD469D (or 0xDD469D) is unknown color: approx Mulberry. HEX triplet: DD, 46 and 9D. RGB value is (221,70,157). Sum of RGB (Red+Green+Blue) = 221+70+157=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD469D is #22B962. Grayscale: #7C7C7C. Windows color (decimal): -2275683 or 10307293. OLE color: 10307293.

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

Color convert

RGB22170157-
CMYK00.680.290.13
HSL325.43º68.95%57.06%-
HSV(B)325.43º68.33%86.67%-
XYZ38.0922.1934.17-
YUV125.07146.03196.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=49.33%
G=15.62%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217015700.680.290.13325.4368.9557.06
HexDD469D0441DD1454539
Octal3351062350104351550510571
Binary11011101100011010011101010001001110111011010001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD469D; }

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

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

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

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

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

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

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

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