#DD4FD9

Color #DD4FD9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DD4FD9

Tints of Free Speech Magenta #DD4FD9

Color information

#DD4FD9 (or 0xDD4FD9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4F and D9. RGB value is (221,79,217). Sum of RGB (Red+Green+Blue) = 221+79+217=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FD9 is #22B026. Grayscale: #888888. Windows color (decimal): -2273319 or 14241757. OLE color: 14241757.

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

Color convert

RGB22179217-
CMYK00.640.020.13
HSL301.69º67.62%58.82%-
HSV(B)301.69º64.25%86.67%-
XYZ45.1425.9768.28-
YUV137.19173.04187.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 79 (31.25% from 255) = 15.28%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=42.75%
G=15.28%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217921700.640.020.13301.6967.6258.82
HexDD4FD90402D12e443b
Octal335117331010021545610473
Binary11011101100111111011001010000001011011001011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FD9; }

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

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

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

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

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

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

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

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