#DD4F99

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

Shades of Mulberry #DD4F99

Tints of Mulberry #DD4F99

Color information

#DD4F99 (or 0xDD4F99) is unknown color: approx Mulberry. HEX triplet: DD, 4F and 99. RGB value is (221,79,153). Sum of RGB (Red+Green+Blue) = 221+79+153=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F99 is #22B066. Grayscale: #818181. Windows color (decimal): -2273383 or 10047453. OLE color: 10047453.

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

Color convert

RGB22179153-
CMYK00.640.310.13
HSL328.73º67.62%58.82%-
HSV(B)328.73º64.25%86.67%-
XYZ38.3623.2632.61-
YUV129.89141.04192.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 79 (31.25% from 255) = 17.44%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=48.79%
G=17.44%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217915300.640.310.13328.7367.6258.82
HexDD4F990401FD149443b
Octal3351172310100371551110473
Binary11011101100111110011001010000001111111011010010011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F99; }

 p { color: rgb(221,79,153); }

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

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

 a { background-color: rgb(221,79,153); }

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

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

 span { border-color: rgb(221,79,153); }

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