#DD4FA1

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

Shades of Mulberry #DD4FA1

Tints of Mulberry #DD4FA1

Color information

#DD4FA1 (or 0xDD4FA1) is unknown color: approx Mulberry. HEX triplet: DD, 4F and A1. RGB value is (221,79,161). Sum of RGB (Red+Green+Blue) = 221+79+161=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FA1 is #22B05E. Grayscale: #828282. Windows color (decimal): -2273375 or 10571741. OLE color: 10571741.

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

Color convert

RGB22179161-
CMYK00.640.270.13
HSL325.35º67.62%58.82%-
HSV(B)325.35º64.25%86.67%-
XYZ39.0523.5436.2-
YUV130.81145.04192.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=47.94%
G=17.14%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217916100.640.270.13325.3567.6258.82
HexDD4FA10401BD145443b
Octal3351172410100331550510473
Binary11011101100111110100001010000001101111011010001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FA1; }

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

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

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

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

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

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

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

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