#DD4F9A

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

Shades of Mulberry #DD4F9A

Tints of Mulberry #DD4F9A

Color information

#DD4F9A (or 0xDD4F9A) is unknown color: approx Mulberry. HEX triplet: DD, 4F and 9A. RGB value is (221,79,154). Sum of RGB (Red+Green+Blue) = 221+79+154=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F9A is #22B065. Grayscale: #818181. Windows color (decimal): -2273382 or 10112989. OLE color: 10112989.

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

Color convert

RGB22179154-
CMYK00.640.300.13
HSL328.31º67.62%58.82%-
HSV(B)328.31º64.25%86.67%-
XYZ38.4523.333.04-
YUV130.01141.54192.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 79 (31.25% from 255) = 17.40%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=48.68%
G=17.40%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217915400.640.300.13328.3167.6258.82
HexDD4F9A0401ED148443b
Octal3351172320100361551010473
Binary11011101100111110011010010000001111011011010010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F9A; }

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

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

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

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

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

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

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

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