#DD43F9

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

Shades of Free Speech Magenta #DD43F9

Tints of Free Speech Magenta #DD43F9

Color information

#DD43F9 (or 0xDD43F9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 43 and F9. RGB value is (221,67,249). Sum of RGB (Red+Green+Blue) = 221+67+249=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 67 (26.56% from 255 or 12.48% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD43F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD43F9 is #22BC06. Grayscale: #858585. Windows color (decimal): -2276359 or 16335837. OLE color: 16335837.

HSL color Cylindrical-coordinate representation of color #DD43F9: hue angle of 290.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD43F9 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22167249-
CMYK0.110.7300.02
HSL290.77º93.81%61.96%-
HSV(B)290.77º73.09%97.65%-
XYZ48.9226.2392.11-
YUV133.79193.02190.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 67 (26.56% from 255) = 12.48%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=41.15%
G=12.48%
B=46.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221672490.110.7300.02290.7793.8161.96
HexDD43F9B49021235e3e
Octal335103371131110244313676
Binary11011101100001111111001101110010010101001000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD43F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD43F9; }

 p { color: rgb(221,67,249); }

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

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

 a { background-color: rgb(221,67,249); }

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

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

 span { border-color: rgb(221,67,249); }

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